summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlexppr.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/xmlexppr.hxx
parenttdf#87437 exclude CR/cell break from redline deletions (diff)
downloadcore-e51fa143587d018b75db08e60cf27ff932b1cf8d.tar.gz
core-e51fa143587d018b75db08e60cf27ff932b1cf8d.zip
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/xmlexppr.hxx')
-rw-r--r--include/xmloff/xmlexppr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/xmloff/xmlexppr.hxx b/include/xmloff/xmlexppr.hxx
index 9a67145d01fb..7739a557bc4d 100644
--- a/include/xmloff/xmlexppr.hxx
+++ b/include/xmloff/xmlexppr.hxx
@@ -38,10 +38,7 @@ enum class SvXmlExportFlags {
// even if its empty
IGN_WS = 0x0008
};
-namespace o3tl
-{
- template<> struct typed_flags<SvXmlExportFlags> : is_typed_flags<SvXmlExportFlags, 0xf> {};
-}
+DECLARE_TYPED_FLAGS(SvXmlExportFlags, 0x000f)
class SvXMLUnitConverter;
class SvXMLAttributeList;