summaryrefslogtreecommitdiffstats
path: root/include/svx/viewlayoutitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/viewlayoutitem.hxx')
-rw-r--r--include/svx/viewlayoutitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/viewlayoutitem.hxx b/include/svx/viewlayoutitem.hxx
index 4ce2858c8b23..7bf8a84e8b55 100644
--- a/include/svx/viewlayoutitem.hxx
+++ b/include/svx/viewlayoutitem.hxx
@@ -34,7 +34,7 @@ public:
SvxViewLayoutItem( sal_uInt16 nColumns = 0, bool bBookMode = false, sal_uInt16 nWhich = SID_ATTR_VIEWLAYOUT );
SvxViewLayoutItem( const SvxViewLayoutItem& );
- ~SvxViewLayoutItem();
+ virtual ~SvxViewLayoutItem();
void SetBookMode( bool bNew ) {mbBookMode = bNew; }
bool IsBookMode() const {return mbBookMode; }