summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 17:03:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:05:58 +0000
commit01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch)
treee4ca01d348aaee1ba6113c7b2e128a00dce66f3b /filter
parent9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (diff)
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 4006b9f90a4a..07aa1e3f5390 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -1064,7 +1064,7 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi
{
bAutoGrowWidth = false;
- // #119885# re-activationg bFitShapeToText here, could not find deeper explanations
+ // #119885# re-activating bFitShapeToText here, could not find deeper explanations
// for it (it was from 2005). Keeping the old comment here for reference
// old comment: // bFitShapeToText; can't be used, because we cut the text if it is too height,
bAutoGrowHeight = bFitShapeToText;