summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/zoom.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/zoom.hxx')
-rw-r--r--cui/source/inc/zoom.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/inc/zoom.hxx b/cui/source/inc/zoom.hxx
index 882be467f95d..55bb1dc2adc9 100644
--- a/cui/source/inc/zoom.hxx
+++ b/cui/source/inc/zoom.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_CUI_SOURCE_INC_ZOOM_HXX
#include <sfx2/basedlgs.hxx>
+#include <svx/zoom_def.hxx>
#include <vcl/button.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
@@ -62,9 +63,9 @@ public:
const SfxItemSet* GetOutputItemSet() const;
sal_uInt16 GetFactor() const;
- void SetFactor(sal_uInt16 nNewFactor, sal_uInt16 nButtonId = 0);
+ void SetFactor(sal_uInt16 nNewFactor, ZoomButtonId nButtonId = ZoomButtonId::NONE);
- void HideButton(sal_uInt16 nButtonId);
+ void HideButton(ZoomButtonId nButtonId);
void SetLimits(sal_uInt16 nMin, sal_uInt16 nMax);
};