summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/glshell.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-05-03 13:42:16 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-05-03 13:42:16 +0000
commit9a73f778a2b949e9e3974edd6163210e14e6307f (patch)
treeb34493bb08f0977e860fb69bf2d360895b646af7 /sw/source/ui/inc/glshell.hxx
parent#75825# Set a boolean to decide whether to show the auto text edit frame (diff)
downloadcore-9a73f778a2b949e9e3974edd6163210e14e6307f.tar.gz
core-9a73f778a2b949e9e3974edd6163210e14e6307f.zip
#75825# Set a boolean to show a frame or not, so frames are not displayed when auto texts are edited over the API
Diffstat (limited to 'sw/source/ui/inc/glshell.hxx')
-rw-r--r--sw/source/ui/inc/glshell.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/inc/glshell.hxx b/sw/source/ui/inc/glshell.hxx
index 702829404fd9..3065b7b26672 100644
--- a/sw/source/ui/inc/glshell.hxx
+++ b/sw/source/ui/inc/glshell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: glshell.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:40 $
+ * last change: $Author: mtg $ $Date: 2001-05-03 14:40:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,18 +65,20 @@
class SwTextBlocks;
+
class SwGlosDocShell : public SwDocShell
{
String aLongName;
String aShortName;
String aGroupName;
+ sal_Bool bShow;
protected:
virtual BOOL Save();
public:
TYPEINFO();
SFX_DECL_INTERFACE(SW_GLOSDOCSHELL);
- SwGlosDocShell();
+ SwGlosDocShell( sal_Bool bNewShow = sal_True);
virtual ~SwGlosDocShell();
void Execute( SfxRequest& );