d2b26721 | 17-Jul-2024 |
mseidel |
Fixed typo (completly -> completely) and many more (cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a) |
850627ae | 07-Jun-2024 |
John Bampton |
Fix spelling (#216) Thanks again! (cherry picked from commit 80b7aded823effddf122a828a4c2355adf1cc480) |
82c29545 | 14-May-2024 |
John Bampton |
Fix spelling in code comments (#212) * Fix spelling in code comments * Update AgendaTemplate.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling in code comments (#212) * Fix spelling in code comments * Update AgendaTemplate.java --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit ce18a1693bf9d765237cc05d4c0ed0a0d8c4ff14)
show more ...
|
b71c9233 | 22-Feb-2024 |
John Bampton |
docs: fix spelling in code comments (#205) (cherry picked from commit 98d7f78d5fcc3b8cdebfeda4e90defaef3553ba5) |
Revision tags: AOO420-Dev5-m5 |
|
509df7cb | 30-Nov-2023 |
John Bampton |
misc: fix spelling (#187) * misc: fix spelling * Update TestExtension.java * Update FilterFactory.idl * Update ExtendedTypeDetectionFactory.idl * Update L
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)
show more ...
|
cbe561cd | 15-Nov-2023 |
John Bampton |
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (ch
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit 06fb39a16a5bf3c389e9853a62dce04a425b8019)
show more ...
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
3c7e5543 | 13-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) / final step (cherry picked from commit ed2dba9c5c53094e7aa84277c25e9c183d2ec4ab) |
a638af5d | 09-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other / 3rd step (cherry picked from commit cb5f33c6ec1b2237d235cb26d08af42dc3322442) |
3e9d8370 | 07-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other / 2nd step (cherry picked from commit 09b5391526220384d8e577a933aac32143816f9a) |
6ab739b5 | 06-Oct-2022 |
mseidel |
Fixed typo (continueing -> continuing) and some other (cherry picked from commit ea7dd2d00f97478229b023399794345c759420a4) |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3 |
|
c9282f5c | 05-Aug-2021 |
Jim Jagielski |
extraneous brace (cherry picked from commit b0eb6e5cefc4a0e3265278c0289ee9919cd99987) |
1912a402 | 05-Aug-2021 |
Jim Jagielski |
bool strangeness... (cherry picked from commit 70aac8b51665545813b3f6de032a774876a9e74d) |
Revision tags: AOO4110-GA |
|
a04f7f34 | 25-Mar-2021 |
mseidel |
Fixed typo (porperty -> property) (cherry picked from commit 054b21144b20b3e830104b15c6824cd9376381a9) |
Revision tags: AOO419-GA, AOO418-GA |
|
d38f814d | 25-Oct-2020 |
mseidel |
Fixed typos (catched -> caught), removed whitespace (cherry picked from commit a633b3ddaa56152ed2fd06b9033bb5e0c341f745) |
d92770c0 | 06-Oct-2020 |
mseidel |
Fixed typos (beeing -> being) and some more (cherry picked from commit 2df387e6904e94f6cff3cb41c0152fdd0b8cf63c) |
32698fcc | 28-Sep-2020 |
mseidel |
Fixed several typos (cherry picked from commit c47da6ea653604c64a84e90ede2d0a69fcd8f7e9) |
6d53c851 | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more (cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
4fe6f2d1 | 28-Jun-2018 |
Matthias Seidel |
Fixed typo (cought -> caught) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1834598 13f79535-47bb-0310-9956-ffa450edef68 |
870262e3 | 02-May-2018 |
Don Lewis |
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition 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
show more ...
|
Revision tags: AOO415, AOO414, AOO413, AOO4121 |
|
b20699e0 | 24-Nov-2015 |
Pedro Giffuni |
Uninitialized scalar field CID: 708722 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716175 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
28f2418d | 31-Jan-2015 |
Tsutomu Uchino |
#i114416# use default service name for scroll bar if failed to detect the control-implementation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656169 13f79535-47bb-0310-9956
#i114416# use default service name for scroll bar if failed to detect the control-implementation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656169 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b6f2da42 | 23-Jul-2014 |
Oliver-Rainer Wittmann |
125289: do apply possible changed <GraphicStreamURL> only for embedded images which already have its stream inside the package fixes also issue 125290 git-svn-id: https
125289: do apply possible changed <GraphicStreamURL> only for embedded images which already have its stream inside the package fixes also issue 125290 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1612801 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e190763d | 04-Jul-2014 |
Oliver-Rainer Wittmann |
124107: ODF import - ignore fo:margin="100%" for paragraph styles as core attributes are not able to treat it correctly. The result is the same - value are inherited from par
124107: ODF import - ignore fo:margin="100%" for paragraph styles as core attributes are not able to treat it correctly. The result is the same - value are inherited from parent git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607836 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|