summaryrefslogtreecommitdiff
path: root/basic/source/inc/image.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-05 09:12:25 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-05 09:12:25 +0000
commit6f82ec2c2f49ecc0913caae3191e5de6f46f3299 (patch)
treef0765a206a5e4cb917eb650bc6b7749317dfff5e /basic/source/inc/image.hxx
parentaeef19555a21a93bb207d00b19fa0c856d945954 (diff)
INTEGRATION: CWS npower1 (1.8.66); FILE MERGED
2006/04/12 11:25:08 npower 1.8.66.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support
Diffstat (limited to 'basic/source/inc/image.hxx')
-rw-r--r--basic/source/inc/image.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/inc/image.hxx b/basic/source/inc/image.hxx
index 2d0002a24f1b..3449fc5d0c6e 100644
--- a/basic/source/inc/image.hxx
+++ b/basic/source/inc/image.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: image.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2005-09-29 16:31:38 $
+ * last change: $Author: rt $ $Date: 2006-05-05 10:12:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,5 +103,6 @@ public:
#define SBIMG_COMPARETEXT 0x0002 // OPTION COMPARE TEXT ist aktiv
#define SBIMG_INITCODE 0x0004 // Init-Code vorhanden
#define SBIMG_CLASSMODULE 0x0008 // OPTION ClassModule is active
+#define SBIMG_VBASUPPORT 0x0020 // OPTION VBASupport is 1
#endif