summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlexp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-25 11:24:15 +0200
committerNoel Grandin <noel@peralex.com>2015-08-26 08:26:51 +0200
commita05d6ac2a2a97081c6e9af1f9c8137fd91e739b6 (patch)
tree197658e9c09aadf8b48bf96cfe554b2afc435840 /include/xmloff/xmlexp.hxx
parent97bf7c6cc7c756109e75dc11641300e28e8b3d1f (diff)
Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_set"
sberg did not like this macro, let's see if I can find a better solution. This reverts commit e51fa143587d018b75db08e60cf27ff932b1cf8d.
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-rw-r--r--include/xmloff/xmlexp.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 4d7d933e8aa7..ad738eb55513 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -102,7 +102,10 @@ enum class SvXMLExportFlags {
OASIS = 0x8000,
ALL = 0x0fff
};
-DECLARE_TYPED_FLAGS(SvXMLExportFlags, 0x8fff)
+namespace o3tl
+{
+ template<> struct typed_flags<SvXMLExportFlags> : is_typed_flags<SvXMLExportFlags, 0x8fff> {};
+}
class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
::com::sun::star::document::XFilter,