summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-03 10:09:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-03 10:09:48 +0200
commit010ab3120362b8254ed6b85864345f839556acd7 (patch)
treeab2052302131d2ee7466acc3805cc45dc57ae108 /include/svx
parent76ef9ecdb98252978dc10d11e98eb9a5cfad8acc (diff)
loplugin:saloverride
Change-Id: I26202852c6b30cfe3a42328f60664dc2b2cfe5cb
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/fmshell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 40228fcd9efd..1d8831c2ffd2 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -166,7 +166,7 @@ public:
const OutputDevice& i_rDevice
) const;
- virtual bool IsDesignMode() const { return m_bDesignMode; }
+ virtual bool IsDesignMode() const SAL_OVERRIDE { return m_bDesignMode; }
void SetDesignMode( bool _bDesignMode );
protected: