More spelling fixes (#434)* Fix more typos* Regenerate ignored words list codespell.txt
Fix spelling (#413)* Fix spelling* Recreate the ignored words list
pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace
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)
Cleanup
Remove second semicolon (work in progress)
Fixed typos, cleanup
Fix spelling (#337)* Fix spelling* Update ignored words list
Fix spelling (#331)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Fix end of hxx files remove unneeded blank lines (#242)
Fix spelling (#231)
Fixed typo (overriden -> overridden) and some others
Allow us to build against the C++14 standard, whilenot breaking compatibility with C++98.Clang 13 and 15 on FreeBSD can successfully compile OpenOfficewhen "-std=c++14" is set in gbuild and dmake
Allow us to build against the C++14 standard, whilenot breaking compatibility with C++98.Clang 13 and 15 on FreeBSD can successfully compile OpenOfficewhen "-std=c++14" is set in gbuild and dmake, and Clang 15 canstill compile it with these changes and "-std=gnu++98".Most of the changes involved fixing bad code, eg. NULL beingimplicitly converted to sal_False, NULL being converted to typedpointers using reinterpet_cast instead of static_cast, and integerconversions to shorter integers.Note that this does not change the currently targeted C++standard on Linux and FreeBSD, which remains gnu++98.Patch by: me
Fixed typos, removed whitespace
Removed whitespace, fixed typos
Fixed several typos
Fixed typo (explicitely -> explicitly) and some more
Port main/slideshow to gbuild.Add glu32 and opengl32 to the known Windows libraries.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1776052 13f79535-47bb-0310-9956-ff
Port main/slideshow to gbuild.Add glu32 and opengl32 to the known Windows libraries.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1776052 13f79535-47bb-0310-9956-ffa450edef68
12