include/svx/fmshell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 010ab3120362b8254ed6b85864345f839556acd7
Author: Stephan Bergmann <sberg...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to