Fix codespell-flagged typos to align with trunkRan codespell with the backported ignore-words list and applied itscorrections (--write-changes), fixing 52 spelling errors across 44files. All are
Fix codespell-flagged typos to align with trunkRan codespell with the backported ignore-words list and applied itscorrections (--write-changes), fixing 52 spelling errors across 44files. All are in comments, strings, and log messages (e.g. unknwon ->unknown, shuting -> shutting, Retrives -> Retrieves); no codeidentifiers were touched. Each typo was verified absent from trunkbeforehand, so these fixes reduce divergence rather than add it.Phase 1 backport (A_FORMAT + B_CI_DOCS), codespell step.
show more ...
Apply pre-commit hooks to align whitespace formatting with trunkRan 'pre-commit run --all-files' using the config backported in theprevious commit. The auto-fixing hooks (trailing-whitespace,end-
Apply pre-commit hooks to align whitespace formatting with trunkRan 'pre-commit run --all-files' using the config backported in theprevious commit. The auto-fixing hooks (trailing-whitespace,end-of-file-fixer, mixed-line-ending, insert-license) normalized 115files. Verified the changes are whitespace/EOL/EOF-only plus Apachelicense-header insertion on README files; no source content changed(confirmed via 'git diff --ignore-all-space').This replaces replaying ~350 historical formatting commits (whichconflicted with AOO42X's own independent whitespace passes) with asingle deterministic reformat that matches trunk's tooling.Phase 1 backport (A_FORMAT + B_CI_DOCS), reformat step.
Cursor should not need a tooltip.Apart from that, the tooltips are annoying and produce re-draw errors(cherry picked from commit f50fa3f6d451a0cd0ce1d5f0603f40174ba4936e)
Fix typos (#438)* Fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit 7670ab779549d7913098aa9e18e66c33b446cb8b)
Cleanup resource files(cherry picked from commit a3cbd3e50c1a12e759959b66e76b58b3aeb2b2af)
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)
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)(cherry picked from commit 914d351e5f5b84e4342a86d6ab8d4aca7308b9bd)
Fix spelling (#367)* misc: fix spelling* Update ignored words list(cherry picked from commit 0cb2ec9199fb5d9d8559bd2a77a1f1aa86ec209c)
Rename FTNNOTE -> FOOTNOTE, cleanup(cherry picked from commit 8ec8361461a80ffa6c1f723a6903e9c5b0ff3b88)
Translate German (Lineal -> Ruler) in Writer code(cherry picked from commit bb2d54e74f75a1ae430739cdf01b616ef2cbb9f8)
Fixed typos, cleanup(cherry picked from commit f3eb8045b8bfa36be412cd01586152fc987fc7d8)
pre-commit(trailing-whitespace): autofix .hrc files (#350)(cherry picked from commit af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Fixed typo (chnage -> change), general cleanup(cherry picked from commit 721f84f292c13ee103c3eff117eb0ad9b2066153)
Fixed typo (completly -> completely) and many more(cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a)
Remove executable flag from various files (2nd part)(cherry picked from commit 44c622283a957b8371c60d67433418fc80119f9d)
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphsUpdate EditEngine code to use 32 bit paragraph storage(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
Remove superfluous space in tooltipThis fixeshttps://bz.apache.org/ooo/show_bug.cgi?id=105913Many thanks to Oliver Specht!(cherry picked from commit dbca5b1a75ddace19141aafd9609bcc4c13a8b89)
Fixed typos (TOOD -> TODO)(cherry picked from commit 00245318452aeba6d36c95ae7db8b7b7a688e764)
Cleaned up resource files(cherry picked from commit 5ac0acc862f2c0a86e47d69796ced640d8e41857)
Fixed typo (explicitely -> explicitly) and some more(cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6)
Fixed typos (contex -> context)(cherry picked from commit 6f247e9c8aac1895f310561142b0e64ebdd27411)
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