diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-03 10:09:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-03 10:09:48 +0200 |
commit | 010ab3120362b8254ed6b85864345f839556acd7 (patch) | |
tree | ab2052302131d2ee7466acc3805cc45dc57ae108 /include/svx | |
parent | 76ef9ecdb98252978dc10d11e98eb9a5cfad8acc (diff) |
loplugin:saloverride
Change-Id: I26202852c6b30cfe3a42328f60664dc2b2cfe5cb
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/fmshell.hxx | 2 |
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: |