diff options
Diffstat (limited to 'include/svx/zoomslideritem.hxx')
-rw-r--r-- | include/svx/zoomslideritem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/zoomslideritem.hxx b/include/svx/zoomslideritem.hxx index 0bff42560dc6..d58f74b93881 100644 --- a/include/svx/zoomslideritem.hxx +++ b/include/svx/zoomslideritem.hxx @@ -35,8 +35,6 @@ public: static SfxPoolItem* CreateDefault(); SvxZoomSliderItem( sal_uInt16 nCurrentZoom = 100, sal_uInt16 nMinZoom = 20, sal_uInt16 nMaxZoom = 600, sal_uInt16 nWhich = SID_ATTR_ZOOMSLIDER ); - SvxZoomSliderItem( const SvxZoomSliderItem& ); - virtual ~SvxZoomSliderItem() override; void AddSnappingPoint( sal_Int32 nNew ); const css::uno::Sequence < sal_Int32 >& GetSnappingPoints() const { return maValues;} |