summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshtxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshtxt.cxx')
-rw-r--r--svx/source/unodraw/unoshtxt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index 96a456600f33..3c72deaa3ed1 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -379,7 +379,7 @@ void SvxTextEditSourceImpl::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
{
// #104157# Update maTextOffset, object has changed
// #105196#, #105203#: Cannot call that // here,
- // since TakeTextRect() (called from there) //
+ // since TakeTextRect() (called from there)
// changes outliner content.
// UpdateOutliner();
@@ -399,7 +399,7 @@ void SvxTextEditSourceImpl::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
// will replace the Notifer for current editable cell. It
// is totally wrong. So add check here to avoid the
// incorrect replacement of notifer.
- //
+
// Currently it only happens on the editsource of
// AccessibleCell
if (mpObject && mpText)