summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tbzoomsliderctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tbzoomsliderctrl.hxx')
-rw-r--r--sc/source/ui/inc/tbzoomsliderctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tbzoomsliderctrl.hxx b/sc/source/ui/inc/tbzoomsliderctrl.hxx
index bb3660fabe14..944f9c86335e 100644
--- a/sc/source/ui/inc/tbzoomsliderctrl.hxx
+++ b/sc/source/ui/inc/tbzoomsliderctrl.hxx
@@ -47,8 +47,8 @@ private:
std::unique_ptr<ScZoomSliderWnd_Impl> mpImpl;
css::uno::Reference<css::frame::XDispatchProvider> m_xDispatchProvider;
- sal_uInt16 Offset2Zoom(long nOffset) const;
- long Zoom2Offset(sal_uInt16 nZoom) const;
+ sal_uInt16 Offset2Zoom(tools::Long nOffset) const;
+ tools::Long Zoom2Offset(sal_uInt16 nZoom) const;
void DoPaint(vcl::RenderContext& rRenderContext);
public: