sw/inc/tblafmt.hxx | 2 +- test/user-template/registry/modifications.xcd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 64b37b33fb73ee8f7e8d685197429d6802c19600 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun May 19 09:42:20 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 19 18:33:26 2019 +0200 Fix typos Change-Id: If0747801d2b955718aa96b97816307ce14cb11a1 Reviewed-on: https://gerrit.libreoffice.org/72547 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index be1b1f476f79..5e1ee7135f6d 100644 --- a/sw/inc/tblafmt.hxx +++ b/sw/inc/tblafmt.hxx @@ -80,7 +80,7 @@ public: SwBoxAutoFormat( const SwBoxAutoFormat& rNew ); ~SwBoxAutoFormat(); - /// assignemt-op (still used) + /// assignment-op (still used) SwBoxAutoFormat& operator=(const SwBoxAutoFormat& rRef); /// Comparing based of boxes backgrounds. diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index 20895dbaf80a..1aea26ec2342 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -23,7 +23,7 @@ <value>false</value> </prop> <prop oor:name="LastTipOfTheDayShown"> - <value>"32767"</value> <!-- some arbitray high value (sal_Int32) --> + <value>"32767"</value> <!-- some arbitrary high value (sal_Int32) --> </prop> </node> <node oor:name="Filter"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
