summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedxv.cxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-03-22 11:56:20 -0400
committerHenry Castro <hcastro@collabora.com>2019-03-25 14:58:09 +0100
commitdd8010c037a06763b3554739c01c9029988ad84f (patch)
tree37ba5fa2704d55bd8f2e01f21073310e94f4d35a /svx/source/svdraw/svdedxv.cxx
parent2c7a102df90bd051d34fa9100979d1a0d6341576 (diff)
tdf#124167: Changing text properties doesn't make presentation...
modified right away when the attributes of edit engine has changed also broadcast the changes Change-Id: I28c67a4167e0b5653b6e9b645069830aa5575412 Reviewed-on: https://gerrit.libreoffice.org/69564 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'svx/source/svdraw/svdedxv.cxx')
-rw-r--r--svx/source/svdraw/svdedxv.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index aa85b617d0bc..094bad2aa1cf 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2174,6 +2174,10 @@ bool SdrObjEditView::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll)
}
pTextEditOutlinerView->SetAttribs(rSet);
+ Outliner* pTEOutliner = pTextEditOutlinerView->GetOutliner();
+ if (mpModel && pTEOutliner && pTEOutliner->IsModified())
+ mpModel->SetChanged();
+
#ifdef DBG_UTIL
if (mpItemBrowser!=nullptr)
mpItemBrowser->SetDirty();