summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-23 15:13:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-24 06:54:31 +0000
commit2a16ad7e4a2646fb9df447bc0aab195af5ea770f (patch)
tree494e56c7ccf162b227aba6a231c91752b0ece1e9 /xmloff/source/text/XMLTextFrameContext.cxx
parent6bda2bf6fe8afba0b47ad89033ea3dbf6dc8b797 (diff)
Convert XMLTextType to scoped enum
Change-Id: Iac147e57784e11d29f2b34e60dc3c624d6090c8b Reviewed-on: https://gerrit.libreoffice.org/25367 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 8e46ae6df704..d0cc7c1b9ab0 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -1180,7 +1180,7 @@ SvXMLImportContext *XMLTextFrameContext_Impl::CreateChildContext(
if( !pContext && xOldTextCursor.is() ) // text-box
pContext = GetImport().GetTextImport()->CreateTextChildContext(
GetImport(), nPrefix, rLocalName, xAttrList,
- XML_TEXT_TYPE_TEXTBOX );
+ XMLTextType::TextBox );
if( !pContext )
pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName );