summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/glshell.hxx')
-rw-r--r--sw/source/uibase/inc/glshell.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/glshell.hxx b/sw/source/uibase/inc/glshell.hxx
index b3023eb263b2..17ac5fdcb1bf 100644
--- a/sw/source/uibase/inc/glshell.hxx
+++ b/sw/source/uibase/inc/glshell.hxx
@@ -49,7 +49,6 @@ public:
{ aShortName = rShortName; }
void SetGroupName( const OUString& rGroupName )
{ aGroupName = rGroupName; }
- const OUString& GetShortName(){return aShortName;}
};
class SwWebGlosDocShell : public SwWebDocShell
@@ -81,7 +80,6 @@ public:
{ aShortName = rShortName; }
void SetGroupName( const OUString& rGroupName )
{ aGroupName = rGroupName; }
- const OUString& GetShortName(){return aShortName;}
};
#endif