summaryrefslogtreecommitdiffstats
path: root/include/xmloff/txtparae.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-28 17:50:00 +0200
committerNoel Grandin <noel@peralex.com>2015-01-06 10:59:42 +0200
commit64cccf36f26f6398906a0cc6fc48e76defbe057d (patch)
tree9359c64efccfc85a298a54859c7279a3a2a1467e /include/xmloff/txtparae.hxx
parentfdo#84938: convert ERROR_ #defines to 'enum class' (diff)
downloadcore-64cccf36f26f6398906a0cc6fc48e76defbe057d.tar.gz
core-64cccf36f26f6398906a0cc6fc48e76defbe057d.zip
fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'
Change-Id: I7165d0f1b6b4af4de5e5b39a21f36d726a1b0e30
Diffstat (limited to 'include/xmloff/txtparae.hxx')
-rw-r--r--include/xmloff/txtparae.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx
index a7369eafae24..f6a8c8574c88 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -44,6 +44,7 @@ class XMLIndexMarkExport;
class XMLRedlineExport;
struct XMLPropertyState;
class MultiPropertySetHelper;
+enum class XMLShapeExportFlags;
namespace com { namespace sun { namespace star
{
@@ -260,7 +261,7 @@ public:
protected:
- sal_Int32 addTextFrameAttributes(
+ XMLShapeExportFlags addTextFrameAttributes(
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet >& rPropSet,
bool bShape,