summaryrefslogtreecommitdiff
path: root/svx/source/form/typemap.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 14:06:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 14:06:05 +0000
commit80204d8fcf35c14168a75765360eb61977653162 (patch)
treebef084bbf17b8e0d28743b03ea7213aafeae831e /svx/source/form/typemap.cxx
parent45804b0395ec0f8369224229e41f1b099c4754d3 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'svx/source/form/typemap.cxx')
-rw-r--r--svx/source/form/typemap.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/form/typemap.cxx b/svx/source/form/typemap.cxx
index ad5951547a5a..75f32dc476ce 100644
--- a/svx/source/form/typemap.cxx
+++ b/svx/source/form/typemap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: typemap.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:18 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:02:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,19 +95,18 @@ SfxType0 aSfxUInt32Item_Impl =
};
/************************************************************/
-extern SfxType3 aFmFormInfoItem_Impl;
-SfxType3 aFmFormInfoItem_Impl =
-{
- TYPE(FmFormInfoItem), 3, { {MID_POS,"Pos"}, {MID_COUNT,"Count"}, {MID_READONLY,"ReadOnly"} }
-};
-
-/************************************************************/
extern SfxType0 aSfxObjectItem_Impl;
SfxType0 aSfxObjectItem_Impl =
{
TYPE(SfxObjectItem), 0
};
+/************************************************************/
+extern SfxType0 aSfxInt32Item_Impl;
+SfxType0 aSfxInt32Item_Impl =
+{
+ TYPE(SfxInt32Item), 0
+};
// diese werden nur bei einer Aufteilung in 2 Dll's gebraucht
#if 1
#if defined(WNT) || defined(OS2)
@@ -143,6 +142,7 @@ SfxType0 aSfxBoolItem_Impl =
TYPE(SfxBoolItem), 0
};
+
#endif
#endif