summaryrefslogtreecommitdiff
path: root/include/svx/zoomslideritem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/zoomslideritem.hxx')
-rw-r--r--include/svx/zoomslideritem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/zoomslideritem.hxx b/include/svx/zoomslideritem.hxx
index 48619f242bc0..24a7d72270b7 100644
--- a/include/svx/zoomslideritem.hxx
+++ b/include/svx/zoomslideritem.hxx
@@ -33,7 +33,7 @@ class SVX_DLLPUBLIC SvxZoomSliderItem: public SfxUInt16Item
sal_uInt16 mnMaxZoom;
public:
- TYPEINFO_OVERRIDE();
+ 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& );