summaryrefslogtreecommitdiff
path: root/include/sfx2/zoomitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/zoomitem.hxx')
-rw-r--r--include/sfx2/zoomitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/zoomitem.hxx b/include/sfx2/zoomitem.hxx
index e36780fd32b4..90c51545a408 100644
--- a/include/sfx2/zoomitem.hxx
+++ b/include/sfx2/zoomitem.hxx
@@ -47,7 +47,7 @@ public:
SvxZoomItem( SvxZoomType eZoomType = SVX_ZOOM_PERCENT,
sal_uInt16 nVal = 0, sal_uInt16 nWhich = SID_ATTR_ZOOM );
SvxZoomItem( const SvxZoomItem& );
- ~SvxZoomItem();
+ virtual ~SvxZoomItem();
void SetValueSet( sal_uInt16 nValues ) { nValueSet = nValues; }
sal_uInt16 GetValueSet() const { return nValueSet; }