summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-14 07:08:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-12-14 08:06:57 +0000
commit77eac365c179e1a1cad3e0d8ebe3fe5bafa65720 (patch)
tree1182129beef932c2b13591caa0eadbd4d6c3717e /starmath/inc
parent220563552a48f977d1241a5a56d62b2b45051d43 (diff)
tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialog
Change-Id: I5dc6a1b1fa42a4fd76af398c2fb56461574900ee Reviewed-on: https://gerrit.libreoffice.org/31980 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/view.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index a1a3b4964f13..840b6d27428d 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -319,6 +319,9 @@ public:
bInsertIntoEditWindow = bEditWindowHadFocusLast;
}
bool IsInlineEditEnabled() const;
+
+private:
+ void ZoomByItemSet(const SfxItemSet *pSet);
};
#endif