summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:33:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:33:47 +0000
commit7453b99234aac227a61560afe46b20c6203c9445 (patch)
tree85deedc060dc6efcd04c628738027057304675e6 /sw/source/filter
parentcc04098008329f7db389e6a5c61c6e039c9c2e60 (diff)
INTEGRATION: CWS oasisbf1 (1.4.54); FILE MERGED
2004/09/02 09:27:36 mib 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/19 10:53:12 mib 1.4.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/xml/xmlexpit.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx
index d20c50411f2e..d5168cc36256 100644
--- a/sw/source/filter/xml/xmlexpit.hxx
+++ b/sw/source/filter/xml/xmlexpit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexpit.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:57:00 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:33:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,7 +133,7 @@ public:
sal_uInt16 nFlags = 0 ) const;
/** this method is called for every item that has the
- MID_FLAG_SPECIAL_ITEM_EXPORT flag set */
+ MID_SW_FLAG_SPECIAL_ITEM_EXPORT flag set */
virtual void handleSpecialItem( SvXMLAttributeList& rAttrList,
const SvXMLItemMapEntry& rEntry,
const SfxPoolItem& rItem,
@@ -143,7 +143,7 @@ public:
/** this method is called for every item that has the
- MID_FLAG_NO_ITEM_EXPORT flag set */
+ MID_SW_FLAG_NO_ITEM_EXPORT flag set */
virtual void handleNoItem( SvXMLAttributeList& rAttrList,
const SvXMLItemMapEntry& rEntry,
const SvXMLUnitConverter& rUnitConverter,
@@ -151,7 +151,7 @@ public:
const SfxItemSet& rSet ) const;
/** this method is called for every item that has the
- MID_FLAG_ELEMENT_EXPORT flag set */
+ MID_SW_FLAG_ELEMENT_EXPORT flag set */
virtual void handleElementItem( SvXMLExport& rExport,
const SvXMLItemMapEntry& rEntry,
const SfxPoolItem& rItem,