summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-22 15:31:57 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-30 00:36:05 +0200
commit89f01477245bda732b48205df4b2045034253c31 (patch)
tree2c82c50fa67738281bba37e23535d535fee73a84 /svx
parentae412b486e02aa5890769bebcfc46e485a72103c (diff)
Fix typos
Change-Id: Ic3eadd695a11d4afdefa5ed4192faa47779e84f8 Reviewed-on: https://gerrit.libreoffice.org/54055 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/svdotable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 369a04b7437a..f376c52b521e 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -1760,7 +1760,7 @@ SdrTableObj& SdrTableObj::operator=(const SdrTableObj& rObj)
// call parent
// before SdrObject::operator= was called which is wrong from
// the derivation hierarchy and may leave quite some entries
- // unititialized. Changed to SdrTextObj::operator=, but had to adapt
+ // uninitialized. Changed to SdrTextObj::operator=, but had to adapt
// usage of pNewOutlinerParaObject/mpText there due to nullptr access
SdrTextObj::operator=(rObj);