summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/glshell.hxx')
-rw-r--r--sw/source/ui/inc/glshell.hxx44
1 files changed, 22 insertions, 22 deletions
diff --git a/sw/source/ui/inc/glshell.hxx b/sw/source/ui/inc/glshell.hxx
index be8cd87ad1ba..f258613dd3a7 100644
--- a/sw/source/ui/inc/glshell.hxx
+++ b/sw/source/ui/inc/glshell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -31,10 +31,10 @@
class SwGlosDocShell : public SwDocShell
{
- String aLongName;
- String aShortName;
- String aGroupName;
- sal_Bool bShow;
+ String aLongName;
+ String aShortName;
+ String aGroupName;
+ sal_Bool bShow;
using SotObject::GetInterface;
@@ -45,27 +45,27 @@ public:
TYPEINFO();
SFX_DECL_INTERFACE(SW_GLOSDOCSHELL)
-
+
SwGlosDocShell( sal_Bool bNewShow = sal_True);
virtual ~SwGlosDocShell();
- void Execute( SfxRequest& );
- void GetState( SfxItemSet& );
- void SetLongName( const String& rLongName )
+ void Execute( SfxRequest& );
+ void GetState( SfxItemSet& );
+ void SetLongName( const String& rLongName )
{ aLongName = rLongName; }
- void SetShortName( const String& rShortName )
+ void SetShortName( const String& rShortName )
{ aShortName = rShortName; }
- void SetGroupName( const String& rGroupName )
+ void SetGroupName( const String& rGroupName )
{ aGroupName = rGroupName; }
- const String& GetShortName(){return aShortName;}
+ const String& GetShortName(){return aShortName;}
};
class SwWebGlosDocShell : public SwWebDocShell
{
- String aLongName;
- String aShortName;
- String aGroupName;
+ String aLongName;
+ String aShortName;
+ String aGroupName;
using SotObject::GetInterface;
@@ -76,19 +76,19 @@ public:
TYPEINFO();
SFX_DECL_INTERFACE(SW_WEBGLOSDOCSHELL)
-
+
SwWebGlosDocShell();
virtual ~SwWebGlosDocShell();
- void Execute( SfxRequest& );
- void GetState( SfxItemSet& );
- void SetLongName( const String& rLongName )
+ void Execute( SfxRequest& );
+ void GetState( SfxItemSet& );
+ void SetLongName( const String& rLongName )
{ aLongName = rLongName; }
- void SetShortName( const String& rShortName )
+ void SetShortName( const String& rShortName )
{ aShortName = rShortName; }
- void SetGroupName( const String& rGroupName )
+ void SetGroupName( const String& rGroupName )
{ aGroupName = rGroupName; }
- const String& GetShortName(){return aShortName;}
+ const String& GetShortName(){return aShortName;}
};
#endif