diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-19 09:42:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-19 18:33:26 +0200 |
commit | 64b37b33fb73ee8f7e8d685197429d6802c19600 (patch) | |
tree | 1ccc5232fb9365432d0378ee65ba4b956ecc467d | |
parent | fd151f542bfef7709dcf54ccaa788cd92af7c898 (diff) |
Fix typos
Change-Id: If0747801d2b955718aa96b97816307ce14cb11a1
Reviewed-on: https://gerrit.libreoffice.org/72547
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/inc/tblafmt.hxx | 2 | ||||
-rw-r--r-- | test/user-template/registry/modifications.xcd | 2 |
2 files changed, 2 insertions, 2 deletions
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"> |