[Libreoffice-commits] core.git: include/svx
Stephan Bergmann
sbergman at redhat.com
Wed Sep 3 01:10:41 PDT 2014
include/svx/fmshell.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 010ab3120362b8254ed6b85864345f839556acd7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 3 10:09:48 2014 +0200
loplugin:saloverride
Change-Id: I26202852c6b30cfe3a42328f60664dc2b2cfe5cb
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 40228fc..1d8831c 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:
More information about the Libreoffice-commits
mailing list