pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 85e7a2
pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 85e7a208034f6237c454f4b97c228cc5be6146df)
show more ...
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 whitespace cleanup for xcu files (#389)Enforced 3 hooks for xcu files(cherry picked from commit 9ad19682857808987aa48059853416a1cda27842)
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)
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles(cherry picked from commit 4437c02e18a852c4a5e7d7e7c198180f06b2b9fc)
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dc
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dcaf07f7f98db08cc6cf8841292bf500f56d5f1d)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#312)(cherry picked from commit 1f48253eaf10a6456d8848abd647b6b72d5d65c6)
Fix spelling (#302)* Fix spelling* Update ignored words list(cherry picked from commit 4847aa32f2d96614c90f6a889c046d3046a3c838)
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seid
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Fix spelling (#243)* Fix spelling* Update dispatchhelper.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 575878cc8c8d1ab8786a5872f39c0cd983663beb)
misc: fix spelling (#187)* misc: fix spelling* Update TestExtension.java* Update FilterFactory.idl* Update ExtendedTypeDetectionFactory.idl* Update LocationTest.java* Update HelpComponent
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>(cherry picked from commit 7f5c89d5b2565ed069498a1c8ac682c2e94f3fe2)
Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurusJust noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the dialog Writing Aids (Tools > Options > Language S
Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurusJust noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the dialog Writing Aids (Tools > Options > Language Settings > Writing Aids) in the Developer Build 4.2.0 This should probably be changed to "New Thesaurus" only. OpenGrok found the string just once, in: /trunk/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx (revision c4c42a0) Line: 576 { 577 MutexGuard aGuard( GetLinguMutex() ); 578 return A2OU( "OpenOffice.org New Thesaurus" ); 579 } Since I'm no developer at all I just deleted "OpenOffice.org". Hope someone will check if I did it as supposed to. Should probably also need to be changed in branches AOO41 and AOO42 too Earlier reported in BugZilla Issue ID: 128483 https://bz.apache.org/ooo/show_bug.cgi?id=1284(cherry picked from commit ba4b3329facb3024a6d92dc95526ada2e3d146c2)
Fixed typos, removed whitespace(cherry picked from commit de57a71b4c7763dcb58c39badd7e2d67d1e608b9)
Merge r1852965 from trunk:Port main/i18npool to gbuild.Allow ICU's version.mk to be used by GNU make (= instead of *=).Add support for building generated C files.Reference ICU libraries using
Merge r1852965 from trunk:Port main/i18npool to gbuild.Allow ICU's version.mk to be used by GNU make (= instead of *=).Add support for building generated C files.Reference ICU libraries using "gb_Library_use_externals" across the tree.Also ICU is an external library, remove it from RepositoryFixes.mkwhich is only for internal ones, and keep it in RepositoryExternal.mkexclusively. Since we get to specify the full linker parameter over there,remove the half-baked hacks for it from RepositoryFixes.mk.Patch by: meSubmitted by: damjanReviewed by: jimgit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1853583 13f79535-47bb-0310-9956-ffa450edef68
These are required for macOS to build...git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835145 13f79535-47bb-0310-9956-ffa450edef68
further along now...git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835141 13f79535-47bb-0310-9956-ffa450edef68
This is a start in the right direction... Now try to track down why weare getting these undefined symbol errors:Undefined symbols for architecture x86_64: "std::string::find(char const*, unsigne
This is a start in the right direction... Now try to track down why weare getting these undefined symbol errors:Undefined symbols for architecture x86_64: "std::string::find(char const*, unsigned long, unsigned long) const", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::_Rep::_M_destroy(std::allocator<char> const&)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::_Rep::_S_empty_rep_storage", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::append(char const*, unsigned long)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::append(std::string const&)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::string::replace(unsigned long, unsigned long, char const*, unsigned long)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)", referenced from: Hunspell::spellml(char***, char const*) in libhunspell-1.3.a(hunspell.o) "std::__throw_length_error(char const*)", referenced from: std::vector<affentry, std::allocator<affentry> >::_M_fill_insert(__gnu_cxx::__normal_iterator<affentry*, std::vector<affentry, std::allocator<affentry> > >, unsigned long, affentry const&) in libhunspell-1.3.a(affixmgr.o)ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [/Users/jim/src/asf/AOO420/main/solenv/gbuild/LinkTarget.mk:251: /Users/jim/src/asf/AOO420/main/solver/420/unxmaccx.pro/workdir/LinkTarget/Library/libspell.uno.dylib] Error 1dmake: Error code 2, while making 'all'git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835139 13f79535-47bb-0310-9956-ffa450edef68
Port main/lingucomponent to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828081 13f79535-47bb-0310-9956-ffa450edef68
lingucomponent: remove unused header from hunspell.According to opengrok, we are not using DictMgr so the header is not needed. The header has been removed in newer versions of hunspellaltogether
lingucomponent: remove unused header from hunspell.According to opengrok, we are not using DictMgr so the header is not needed. The header has been removed in newer versions of hunspellaltogether.Obtained from: FreeBSDgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779875 13f79535-47bb-0310-9956-ffa450edef68
#i127071# Fix illegal index on locations of spell checker dictionarygit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1762054 13f79535-47bb-0310-9956-ffa450edef68
Merge branches/gbuild-reintegration to trunk.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa4
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
#i126762# patch by: hanyaIgnore dictionary not in specified location.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727441 13f79535-47bb-0310-9956-ffa450edef68
12