Fix typos (#407)depricated -> deprecated
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Port main/unotools component_getFactory() to the component context API.Patch by: me
Cleanup
Remove second semicolon (work in progress)
Fix spelling (#356)* misc: fix spelling* Update ignored words list
Fix spelling; Fix bug with `ifndef` statement (#355)* misc: fix spellingGeneral typo fixes in many file typesFix bug with `ifndef` statement* Update ignored words list* Update cppcompskelet
Fix spelling; Fix bug with `ifndef` statement (#355)* misc: fix spellingGeneral typo fixes in many file typesFix bug with `ifndef` statement* Update ignored words list* Update cppcompskeleton.cxx* Update javacompskeleton.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling (#337)* Fix spelling* Update ignored words list
Fix spelling (#335)* Fix spelling* Update ignored words list
Fix spelling (#329)* Fix spelling* Update ignore words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#317)
Fix spelling (#246)* Fix spelling * Update vbacommandbar.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
misc: fix spelling (#187)* misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update LocationTest.java * Update Hel
misc: fix spelling (#187)* misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update LocationTest.java * Update HelpComponent.java * Update HelpSearch.java * Update TestExtension.java * Update SOReportJobFactory.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fixed typo (propably -> probably) and some more
fgrep is deprecated and may be removed soon, use grep -F instead (#173)* Update makedepn * Minor change to commentregarding fgrep
Fixed typos (ouer -> our) and some more
Fixed typos (acces -> access) and some more
Fixed typos (wont -> won't) and some more
Fixed typos (thats -> that's) and many more
Fixed typos (shure -> sure)
Fixed typos (wether -> whether)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68
Fixed typosgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1851809 13f79535-47bb-0310-9956-ffa450edef68
The register storage class is deprecated and is incompatible with C++17.Modern compilers have mostly been ignoring it, probably other than toforbid the use of the address-of operator. Get ahead of
The register storage class is deprecated and is incompatible with C++17.Modern compilers have mostly been ignoring it, probably other than toforbid the use of the address-of operator. Get ahead of the game anddelete it now.Reported by clang 6.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68
12