Cleanup(cherry picked from commit 1edb91d5f0a839a21514e3ae2a371af964e55aa1)
Translate function names (Kontext -> Context), cleanup(cherry picked from commit 2b5187381cc9da7a87bafe24be64619d7f077545)
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>(cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)
show more ...
Fix spelling (#367)* misc: fix spelling* Update ignored words list(cherry picked from commit 0cb2ec9199fb5d9d8559bd2a77a1f1aa86ec209c)
Cleanup(cherry picked from commit 013b951efd287fdc278c680b1adeb3413cf91cae)
Remove bashC (Form feed) from code(cherry picked from commit 1dda6fa065ca9dda1aeb73fcffcf5e4176683177)
Translate German (VLINEAL -> VRULER)(cherry picked from commit 8a724865bddd5e2dac91d472b5e0b11d431a14be)
Translate German (Lineal -> Ruler) in Writer code(cherry picked from commit bb2d54e74f75a1ae430739cdf01b616ef2cbb9f8)
Remove second semicolon (work in progress)(cherry picked from commit 6bcc9fe0e9ad8e3adcad10b35c622961480f57f3)
Remove second semicolon (work in progress)(cherry picked from commit a22fd41b3c7115abe997cce40bcadff026a78ca4)
Remove second semicolon (work in progress)(cherry picked from commit be099857c44bb1fbf755162d20fc038093b5bb7a)
Remove second semicolon (work in progress)(cherry picked from commit 94f40e846ad5ad50c2a5a04ce7779e4e0d5135df)
pre-commit(trailing-whitespace): autofix .hrc files (#350)(cherry picked from commit af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
Fixed typos, cleanup(cherry picked from commit 01cec6d620143fc02deecf66cdb0013880d92ac2)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
pre-commit(end-of-file-fixer): auto fix hrc files (#288)(cherry picked from commit 70759a3d80b89b5a96c43a24deb96552b32c6053)
Fix word case of HTML (#260)* Fix word case of HTML* Update main/sd/source/filter/html/pubdlg.cxx* Update table_columns.xsl---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(che
Fix word case of HTML (#260)* Fix word case of HTML* Update main/sd/source/filter/html/pubdlg.cxx* Update table_columns.xsl---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 499844ab2c966234a16af3eb316568aac76419a3)
Cleanup(cherry picked from commit bfc1a96ad254f4d1f8080556364c123470d844c7)
Fixed typo (chnage -> change), general cleanup(cherry picked from commit 721f84f292c13ee103c3eff117eb0ad9b2066153)
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphsUpdate EditEngine code to use 32 bit paragraph storage(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
Removed whitespace, partial translation(cherry picked from commit f7000868844f98c1a632a86e5f4b517450c1c68f)
Cleaned up resource files, removed whitespace(cherry picked from commit ae79dcaa84979233d79080f39e36b4901d625a65)
Fixed typos (acces -> access) and some more(cherry picked from commit 8f79cfd82591ed6c26bea7156c3a96cde903fa3c)
Fixed typo (meaningfull -> meaningful)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839231 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
123