summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/glshell.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:01:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:01:58 +0000
commit5f57541efe832f9a11743f042f6461fe33b7a0ad (patch)
tree0dd0b3484d7f1602490efb65fe9076f696a3c0c9 /sw/source/ui/inc/glshell.hxx
parentINTEGRATION: CWS swwarnings (1.9.242); FILE MERGED (diff)
downloadcore-5f57541efe832f9a11743f042f6461fe33b7a0ad.tar.gz
core-5f57541efe832f9a11743f042f6461fe33b7a0ad.zip
INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED
2007/03/05 12:45:46 tl 1.4.242.2: #i69287# warning-free code 2007/02/22 15:06:46 tl 1.4.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/glshell.hxx')
-rw-r--r--sw/source/ui/inc/glshell.hxx24
1 files changed, 16 insertions, 8 deletions
diff --git a/sw/source/ui/inc/glshell.hxx b/sw/source/ui/inc/glshell.hxx
index e258106142ee..7fa8f1c83e63 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 17:42:03 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:01:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,10 +46,14 @@ protected:
virtual BOOL Save();
public:
+
+ using SotObject::GetInterface;
+
TYPEINFO();
- SFX_DECL_INTERFACE(SW_GLOSDOCSHELL);
- SwGlosDocShell( sal_Bool bNewShow = sal_True);
- virtual ~SwGlosDocShell();
+ SFX_DECL_INTERFACE(SW_GLOSDOCSHELL)
+
+ SwGlosDocShell( sal_Bool bNewShow = sal_True);
+ virtual ~SwGlosDocShell();
void Execute( SfxRequest& );
void GetState( SfxItemSet& );
@@ -72,10 +76,14 @@ protected:
virtual BOOL Save();
public:
+
+ using SotObject::GetInterface;
+
TYPEINFO();
- SFX_DECL_INTERFACE(SW_WEBGLOSDOCSHELL);
- SwWebGlosDocShell();
- virtual ~SwWebGlosDocShell();
+ SFX_DECL_INTERFACE(SW_WEBGLOSDOCSHELL)
+
+ SwWebGlosDocShell();
+ virtual ~SwWebGlosDocShell();
void Execute( SfxRequest& );
void GetState( SfxItemSet& );