summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 12:11:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 12:11:11 +0000
commit0419f2a8f5a67bc0cd24e3f8f7f1618621f24de8 (patch)
treedd1dd04282ac95e5b2889acead45d09328db2819 /sd/source/ui/inc/DrawViewShell.hxx
parent61c68e54c57512a1540dbf326277fc8a0429a90c (diff)
INTEGRATION: CWS sj09 (1.5.40); FILE MERGED
2004/10/11 16:50:16 sj 1.5.40.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/31 19:03:32 sj 1.5.40.2: RESYNC: (1.5-1.7); FILE MERGED 2004/07/26 13:39:57 cd 1.5.40.1: Provide active command as string to the controllers
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 760aad63be15..7a1d48b38242 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DrawViewShell.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:36:00 $
+ * last change: $Author: hr $ $Date: 2004-10-12 13:11:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,6 +121,7 @@ class DrawViewShell
{
public:
static const int SLOTARRAY_COUNT = 24;
+ static const int MASTERENUMCOMMANDS = 6;
TYPEINFO();
@@ -438,6 +439,7 @@ protected:
BOOL bReadOnly;
BOOL bInEffectAssignment;
USHORT* pSlotArray;
+ String aCurrShapeEnumCommand[MASTERENUMCOMMANDS];
static BOOL bPipette;