summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-05-14 13:46:41 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-05-28 10:57:26 +0200
commit1a0fd1c1342969e5b4d08d13764483cd8bada589 (patch)
tree36777e9554aa6f78b23aab859c7fe75a1d4e6e99 /starmath/inc
parente2970060121824650f95421d8d2411840a40311f (diff)
tdf#130654 editable smeditwindow zoom UI
Change-Id: Ibedf060ea838876e3598ff449e6f200119570cc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115605 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/dialog.hxx1
-rw-r--r--starmath/inc/edit.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index ac1f65ac9913..016d13ea7e10 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -49,6 +49,7 @@ class SmPrintOptionsTabPage final : public SfxTabPage
std::unique_ptr<weld::CheckButton> m_xNoRightSpaces;
std::unique_ptr<weld::CheckButton> m_xSaveOnlyUsedSymbols;
std::unique_ptr<weld::CheckButton> m_xAutoCloseBrackets;
+ std::unique_ptr<weld::MetricSpinButton> m_xSmZoom;
DECL_LINK(SizeButtonClickHdl, weld::Toggleable&, void);
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 9a6ec77fdf95..a5dee85fdbd4 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -118,6 +118,7 @@ public:
ESelection GetSelection() const;
void SetSelection(const ESelection& rSel);
+ void UpdateStatus(bool bSetDocModified);
bool IsEmpty() const;
bool IsSelected() const;