summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexpit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlexpit.hxx')
-rw-r--r--sw/source/filter/xml/xmlexpit.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx
index 108d8a50f0bf..e622a6c1763b 100644
--- a/sw/source/filter/xml/xmlexpit.hxx
+++ b/sw/source/filter/xml/xmlexpit.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,12 +33,12 @@
#include <tools/ref.hxx>
#include "xmlitmap.hxx"
-#define XML_EXPORT_FLAG_DEFAULTS 0x0001 // export also default items
-#define XML_EXPORT_FLAG_DEEP 0x0002 // export also items from
+#define XML_EXPORT_FLAG_DEFAULTS 0x0001 // export also default items
+#define XML_EXPORT_FLAG_DEEP 0x0002 // export also items from
// parent item sets
-#define XML_EXPORT_FLAG_EMPTY 0x0004 // export attribs element
+#define XML_EXPORT_FLAG_EMPTY 0x0004 // export attribs element
// even if its empty
-#define XML_EXPORT_FLAG_IGN_WS 0x0008
+#define XML_EXPORT_FLAG_IGN_WS 0x0008
namespace rtl { class OUString; }
class SvXMLUnitConverter;
@@ -123,7 +123,7 @@ public:
inline void setMapEntries( SvXMLItemMapEntriesRef rMapEntries );
- static sal_Bool QueryXMLValue( const SfxPoolItem& rItem,
+ static sal_Bool QueryXMLValue( const SfxPoolItem& rItem,
::rtl::OUString& rValue, sal_uInt16 nMemberId,
const SvXMLUnitConverter& rUnitConverter );
};
@@ -134,6 +134,6 @@ SvXMLExportItemMapper::setMapEntries( SvXMLItemMapEntriesRef rMapEntries )
mrMapEntries = rMapEntries;
}
-#endif // _XMLITMPR_HXX
+#endif // _XMLITMPR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */