summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlexp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-22 15:23:50 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-07-15 23:40:19 +0000
commite51fa143587d018b75db08e60cf27ff932b1cf8d (patch)
treeefef96fb683eca20cd9eb65a8794264784efc950 /include/xmloff/xmlexp.hxx
parente1b123896d5b0a96c2959b6b6768c7cffabafd4f (diff)
create a macro to tidy up the declaration sites of o3tl::typed_flags_set
Change-Id: Ifb8fd4fd5128188420f1dfda6b6f695160d5e77a Reviewed-on: https://gerrit.libreoffice.org/15865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-rw-r--r--include/xmloff/xmlexp.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index ad738eb55513..4d7d933e8aa7 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -102,10 +102,7 @@ enum class SvXMLExportFlags {
OASIS = 0x8000,
ALL = 0x0fff
};
-namespace o3tl
-{
- template<> struct typed_flags<SvXMLExportFlags> : is_typed_flags<SvXMLExportFlags, 0x8fff> {};
-}
+DECLARE_TYPED_FLAGS(SvXMLExportFlags, 0x8fff)
class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
::com::sun::star::document::XFilter,