summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/glshell.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:19:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:19:13 +0000
commita7fe5779b4e30d47d865036398ba6ded8ca9b7a9 (patch)
treed3eb82264f2b65fdf40be6251909f6b9296e9737 /sw/source/ui/inc/glshell.hxx
parentINTEGRATION: CWS swusing (1.19.36); FILE MERGED (diff)
downloadcore-a7fe5779b4e30d47d865036398ba6ded8ca9b7a9.tar.gz
core-a7fe5779b4e30d47d865036398ba6ded8ca9b7a9.zip
INTEGRATION: CWS swusing (1.5.36); FILE MERGED
2007/10/10 14:15:11 tl 1.5.36.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/source/ui/inc/glshell.hxx')
-rw-r--r--sw/source/ui/inc/glshell.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/source/ui/inc/glshell.hxx b/sw/source/ui/inc/glshell.hxx
index 7fa8f1c83e63..2e088719dc3e 100644
--- a/sw/source/ui/inc/glshell.hxx
+++ b/sw/source/ui/inc/glshell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: glshell.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:01:58 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:19:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,13 +42,14 @@ class SwGlosDocShell : public SwDocShell
String aShortName;
String aGroupName;
sal_Bool bShow;
+
+ using SotObject::GetInterface;
+
protected:
virtual BOOL Save();
public:
- using SotObject::GetInterface;
-
TYPEINFO();
SFX_DECL_INTERFACE(SW_GLOSDOCSHELL)
@@ -72,13 +73,14 @@ class SwWebGlosDocShell : public SwWebDocShell
String aLongName;
String aShortName;
String aGroupName;
+
+ using SotObject::GetInterface;
+
protected:
virtual BOOL Save();
public:
- using SotObject::GetInterface;
-
TYPEINFO();
SFX_DECL_INTERFACE(SW_WEBGLOSDOCSHELL)