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 /sw/inc | |
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>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/tblafmt.hxx | 2 |
1 files changed, 1 insertions, 1 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. |