summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index b733b253d06c..40228fcd9efd 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -166,8 +166,8 @@ public:
const OutputDevice& i_rDevice
) const;
- bool IsDesignMode() const { return m_bDesignMode; }
- void SetDesignMode( bool _bDesignMode );
+ virtual bool IsDesignMode() const { return m_bDesignMode; }
+ void SetDesignMode( bool _bDesignMode );
protected:
void GetFormState(SfxItemSet &rSet, sal_uInt16 nWhich);