summaryrefslogtreecommitdiff
path: root/basic/source/inc/image.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 10:55:23 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 10:55:23 +0000
commit04331f7da03e8564a90e2ac450571dbc215fea1d (patch)
tree6c89ceae950e4a432ed00a82f26c3d2e6d0fa106 /basic/source/inc/image.hxx
parent4536605c636f40113c6a3e985d5e78ef6eaf2b8d (diff)
INTEGRATION: CWS ab11clonepp4 (1.3.198); FILE MERGED
2004/10/15 08:39:07 ab 1.3.198.1: #118083# #118084# Class support PP4 -> SO 8
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 cb77075ba62f..803c38bb41bb 100644
--- a/basic/source/inc/image.hxx
+++ b/basic/source/inc/image.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: image.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-04-23 16:57:35 $
+ * last change: $Author: pjunck $ $Date: 2004-11-02 11:55:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,5 +124,6 @@ public:
#define SBIMG_EXPLICIT 0x0001 // OPTION EXPLICIT ist aktiv
#define SBIMG_COMPARETEXT 0x0002 // OPTION COMPARE TEXT ist aktiv
#define SBIMG_INITCODE 0x0004 // Init-Code vorhanden
+#define SBIMG_CLASSMODULE 0x0008 // OPTION ClassModule is active
#endif