misc: fix more typos (#460)* misc: fix more typos* Regenerate ignored words list codespell.txt
Fix typos (#442)* Fix spelling* Regenerate ignored words list codespell.txt
Fix spelling (#426)* Fix spelling* Recreate ignored words list codespell.txt
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)
Fix spelling (#364)* Fix spelling* Update ignored words list
Remove bashC (Form feed) from code
Remove second semicolon (done?)
Remove second semicolon (work in progress)
misc: fix spelling in `main` (#354)* misc: fix spelling in `main`Typos have been fixed in a lot of file types* Update ignored words list
Fix spelling (#344)* Fix spelling* Update ignored words list
Fix spelling (#336)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Fixed some typos (ony), cleanup
Fix end of hxx files remove unneeded blank lines (#242)
Fix German comments, cleanup
Fixed typos (paramater -> parameter) and some other
Fixed typo (docuement -> document)
added missing blank since <: is interpreted as [
Translate German comments in swhtml.cxx (#167)* translation of swhtml, first pass * swhtml translation second pass * fixed spelling paragraf, Attributs translation of assert messages * he
Translate German comments in swhtml.cxx (#167)* translation of swhtml, first pass * swhtml translation second pass * fixed spelling paragraf, Attributs translation of assert messages * header translation first pass * Update swhtml.hxx - fixed code spacing issues - Force zero spacing - changed translation Number of attrs still to be closed with a value of to open attrs, with different values * fixed various translations * Update various translations * Update various translations * fixed indent of function InsertControl * Update translation swhtml.cxx * Update translations swhtml.hxx * Update translation swhtml.cxx
Fixed typo (brwose -> browse), removed whitespace, fixed German comments(cherry picked from commit 6aec5155618d3928fc60218b3e2e8e8c3dc17af1)
Fixed typos (initalize -> initialize)
Fixed typo (horizonal -> horizontal)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850272 13f79535-47bb-0310-9956-ffa450edef68
Don't use !this as an alias for a constant that evaluates to false inunconditional asserts. The former requires code to evaluate thecondition at runtime and also causes warnings from clang.While
Don't use !this as an alias for a constant that evaluates to false inunconditional asserts. The former requires code to evaluate thecondition at runtime and also causes warnings from clang.While here, translate the associated assert messages.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68
12