summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-17 09:46:24 +0200
committerNoel Grandin <noel@peralex.com>2016-08-18 08:49:02 +0200
commit7232f03f9a74cc839710d4355470963610aff21d (patch)
treec1bbe4077c9c7206cf2d979489b4610949e0b61f /sw/source/filter/xml/wrtxml.cxx
parenta06a8ecb743aa3ffb1be83fbb98f7aa06bc230cb (diff)
convert SvXMLEmbeddedObjectHelperMode to scoped enum
Change-Id: I12ccc8c7ba0885b3bacd0c17d430a853d327524b
Diffstat (limited to 'sw/source/filter/xml/wrtxml.cxx')
-rw-r--r--sw/source/filter/xml/wrtxml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx
index 97a114182beb..64926cfbe805 100644
--- a/sw/source/filter/xml/wrtxml.cxx
+++ b/sw/source/filter/xml/wrtxml.cxx
@@ -96,7 +96,7 @@ sal_uInt32 SwXMLWriter::Write_( const uno::Reference < task::XStatusIndicator >&
{
pObjectHelper = SvXMLEmbeddedObjectHelper::Create(
xStg, *pPersist,
- EMBEDDEDOBJECTHELPER_MODE_WRITE,
+ SvXMLEmbeddedObjectHelperMode::Write,
false );
xObjectResolver = pObjectHelper;
}