summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-16 11:31:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-16 23:19:34 +0200
commit0f93692fda4226323422cf82ce34ae4bd5e22fab (patch)
treed79d74bb5ffbc37df5580d67e43d013614d2cf9e /filter
parent7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff)
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d Reviewed-on: https://gerrit.libreoffice.org/52198 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 82db02739223..fc5b87d6814c 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -6031,7 +6031,7 @@ bool SvxMSDffManager::GetShapeGroupContainerData( SvStream& rSt,
sal_uInt8 nVer;sal_uInt16 nInst;sal_uInt16 nFbt;sal_uInt32 nLength;
long nStartShapeGroupCont = rSt.Tell();
// We are now in a shape group container (conditionally multiple per page)
- // an we now have to iterate through all contained shape containers
+ // and we now have to iterate through all contained shape containers
bool bFirst = !bPatriarch;
sal_uLong nReadSpGrCont = 0;
do