summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedxv.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:27:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:41:42 +0200
commitba6519a800da9f105953436e3e70701850d4e3dc (patch)
tree13d188e212ba708da70d7c06f33f580a4fdcaab6 /svx/source/svdraw/svdedxv.cxx
parent5eb6f2d08d133a042a5dbd450bdb206f39399ce4 (diff)
Fix typos
Change-Id: I42f7ec098cb03cdbd4aa54b86f1c0171b317f956 Reviewed-on: https://gerrit.libreoffice.org/77282 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/svdraw/svdedxv.cxx')
-rw-r--r--svx/source/svdraw/svdedxv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index d37f7db235ee..69d9905c9477 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2120,7 +2120,7 @@ bool SdrObjEditView::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll)
// If this is a text object also rescue the OutlinerParaObject since
// applying attributes to the object may change text layout when
- // multiple portions exist with multiple formats. If a OutlinerParaObject
+ // multiple portions exist with multiple formats. If an OutlinerParaObject
// really exists and needs to be rescued is evaluated in the undo
// implementation itself.
bool bRescueText = mxTextEditObj.get();