summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/cfg.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:49:12 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:49:12 +0000
commite81c63626f8dc3b5103494095826cce4962c88b0 (patch)
treee548a37b7ab04234584803bb5108c98d6038ddcc /sfx2/source/inc/cfg.hxx
parent42a53e165ae7193d9ec711ec684386dda0ee986d (diff)
INTEGRATION: CWS scriptingf1 (1.19.122); FILE MERGED
2003/10/15 12:45:31 dfoster 1.19.122.2: #i19258# - enable/disable display of Basic macros and Scripting Framework scripts depending on configuration values. 2003/10/09 14:00:29 dfoster 1.19.122.1: #i19258# - display scripting framework scripts in Tools/Configure and other assignment dialogs
Diffstat (limited to 'sfx2/source/inc/cfg.hxx')
-rw-r--r--sfx2/source/inc/cfg.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx
index 32d4c724ab49..f338c02d7b76 100644
--- a/sfx2/source/inc/cfg.hxx
+++ b/sfx2/source/inc/cfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfg.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 15:22:13 $
+ * last change: $Author: kz $ $Date: 2003-11-18 16:49:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,8 @@ class SfxConfigManager;
#define SFX_CFGGROUP_BASICMOD 5
#define SFX_CFGFUNCTION_MACRO 6
#define SFX_CFGFUNCTION_SLOT 7
+#define SFX_CFGGROUP_SCRIPTCONTAINER 8
+#define SFX_CFGFUNCTION_SCRIPT 9
struct SfxGroupInfo_Impl
{
@@ -147,6 +149,8 @@ class SfxConfigGroupListBox_Impl : public SvTreeListBox
ULONG nMode;
String aScriptType;
SfxSlotPool* pSlotPool;
+ BOOL bShowSF; // show Scripting Framework scripts
+ BOOL bShowBasic; // show Basic scripts
protected:
virtual void RequestingChilds( SvLBoxEntry *pEntry);