summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/glshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/glshell.hxx')
-rw-r--r--sw/source/core/uibase/inc/glshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/inc/glshell.hxx b/sw/source/core/uibase/inc/glshell.hxx
index a23e80096d47..eac10f079af9 100644
--- a/sw/source/core/uibase/inc/glshell.hxx
+++ b/sw/source/core/uibase/inc/glshell.hxx
@@ -29,7 +29,7 @@ class SwGlosDocShell : public SwDocShell
using SotObject::GetInterface;
protected:
- virtual bool Save();
+ virtual bool Save() SAL_OVERRIDE;
public:
@@ -59,7 +59,7 @@ class SwWebGlosDocShell : public SwWebDocShell
using SotObject::GetInterface;
protected:
- virtual bool Save();
+ virtual bool Save() SAL_OVERRIDE;
public: