summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 13:43:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 06:00:04 +0000
commitdf49f966fad67992ceedc755993c560eaf3148d6 (patch)
tree34bf293f4478e4ade1db390c1219620e2a576fde /svx
parent45090bee25d624770f34bf827337ade21b8671bb (diff)
remove unused ModelSaved enumerator from SdrHintKind enum
Change-Id: I0a236705efdcbc5f44cad8517f7f8f80d326934d Reviewed-on: https://gerrit.libreoffice.org/34209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdedxv.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 9b4faf0dc396..408413aae08a 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -227,12 +227,6 @@ void SdrObjEditView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
if (eKind==SdrHintKind::DefaultTabChange) {
pTextEditOutliner->SetDefTab(mpModel->GetDefaultTabulator());
}
- if (eKind==SdrHintKind::DefaultFontHeightChange) {
-
- }
- if (eKind==SdrHintKind::ModelSaved) {
- pTextEditOutliner->ClearModifyFlag();
- }
}
}
}