summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-25 16:06:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-06-09 18:14:29 +0200
commita98618e37b91950750d10fa14d2c28539d7c67f2 (patch)
tree6c54f980e9b0b3b12837a8d23dc9329a4bb248b9 /sc
parent7d521a85858bacdb7b5db359036ccf6f01b709c3 (diff)
Fix typos
Change-Id: Icc2923f023ec4e3219d1641f8c9d983c526bd0a8 Reviewed-on: https://gerrit.libreoffice.org/54811 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index f71e23599e2a..54b1e358cb44 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -507,7 +507,7 @@ XclObjComment::XclObjComment( XclExpObjectManager& rObjMgr, const tools::Rectang
// Problem with creating a Clone here is that it gets cloned, but not inserted to a
// SdrPage. In deeper export layers this then goes wrong since without being inserted
// to a Page, no SvxPage/UnoApiPage can be accessed. This was different in previous
- // revisions of the code in that a SdrObject could be *not* insterted, but have a
+ // revisions of the code in that a SdrObject could be *not* inserted, but have a
// SdrPage*. That again was redundant, wrong and inconsequent.
, mpCaption( pCaption )