summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 08:40:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 08:40:49 +0000
commit26fb462d68e19520869d7f3bc45b0ecdea00d566 (patch)
treeca80ac0f6cd5d2c91326227cd4d42c81feb7d358 /xmloff
parentaabae7f401d96dfc51687e907e2a8895a0bad0c8 (diff)
INTEGRATION: CWS oj14 (1.2.8); FILE MERGED
2007/04/23 10:21:04 oj 1.2.8.1: resolved merge conflict
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/EnumPropertyHdl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xmloff/EnumPropertyHdl.hxx b/xmloff/inc/xmloff/EnumPropertyHdl.hxx
index a0f07b7a81ec..cf67c31ff38a 100644
--- a/xmloff/inc/xmloff/EnumPropertyHdl.hxx
+++ b/xmloff/inc/xmloff/EnumPropertyHdl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EnumPropertyHdl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 13:19:53 $
+ * last change: $Author: rt $ $Date: 2007-07-06 09:40:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,7 +51,7 @@
/**
PropertyHandler for a generic xml enumeration type:
*/
-class XMLEnumPropertyHdl : public XMLPropertyHandler
+class XMLOFF_DLLPUBLIC XMLEnumPropertyHdl : public XMLPropertyHandler
{
private:
const SvXMLEnumMapEntry* mpEnumMap;