summaryrefslogtreecommitdiff
path: root/basic/source/inc/codegen.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-28 15:07:16 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-28 15:07:16 +0000
commit540aed117530b722d39ae5dfcfd564c8d1e2f4d7 (patch)
tree4c4bc9b23adb564cc91a9b8bf761aabedd6ce1d2 /basic/source/inc/codegen.hxx
parenta8290cfbad53b9835a96b1ab163e7daac89a0093 (diff)
INTEGRATION: CWS ab13fixes (1.1.1.1.306); FILE MERGED
2005/01/20 16:15:27 ab 1.1.1.1.306.1: #111897# PARAMARRAY flag
Diffstat (limited to 'basic/source/inc/codegen.hxx')
-rw-r--r--basic/source/inc/codegen.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx
index c748399b7b93..b20e1ae74a34 100644
--- a/basic/source/inc/codegen.hxx
+++ b/basic/source/inc/codegen.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: codegen.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: rt $ $Date: 2005-01-28 16:07:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,4 +98,8 @@ public:
void DecForLevel( void ) { nForLevel--; }
};
+// #111897 PARAM_INFO flags start at 0x00010000 to not
+// conflict with DefaultId in SbxParamInfo::nUserData
+#define PARAM_INFO_PARAMARRAY 0x0010000
+
#endif