pre-commit auto remove trailing whitespace from java files (#382)A another big huge auto white space clean up.
pre-commit auto remove unneeded whitespace in idl files (#380)I know way to many files and changes for a standard pull request.I can make a smaller PR if needed.Ran pre-commit here locally to a
pre-commit auto remove unneeded whitespace in idl files (#380)I know way to many files and changes for a standard pull request.I can make a smaller PR if needed.Ran pre-commit here locally to auto clean up all this trialing whitespaceUp for review. Thanks
show more ...
misc: fix spelling (#187)* misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update LocationTest.java * Update Hel
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>
Automatically build .idl files found in src/main/idl and src/test/idlwithout having to specify them.Clean up the Ant build a little, removing the unused cppumakerfunctions I was experimenting wit
Automatically build .idl files found in src/main/idl and src/test/idlwithout having to specify them.Clean up the Ant build a little, removing the unused cppumakerfunctions I was experimenting with, and fully generalize IDL buildingso it doesn't use any Ant properties, only macrodefs.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839593 13f79535-47bb-0310-9956-ffa450edef68
Move smoketestdoc to the top-level test directory. This is where allintegration tests are meant to be; a binary copy of the smoketest wasthere already.Delete the smoketestoo_native module whose o
Move smoketestdoc to the top-level test directory. This is where allintegration tests are meant to be; a binary copy of the smoketest wasthere already.Delete the smoketestoo_native module whose only purpose was to runthe smoketest, something that is done in the Java bvt test now.Delete the old smoketest binary copy in test/ and use this one builtfrom source.Build an .odt file for the smoketest instead of the legacy .sxw.Note that we now require main/ built to build test/, asthe Ant build files required to build smoketest's Java componentare in main/.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838268 13f79535-47bb-0310-9956-ffa450edef68