summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-05-15 09:31:38 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-05-15 11:14:48 +0200
commitc6747ee3a9f02cfbb1a89572180d7bb7ee5be9eb (patch)
treee733fd757b4190ee10745eb19b25a0d6bb0c2026 /xmloff/source/text/XMLTextFrameContext.cxx
parenta94dc2203539a1593b99778be16b2c664fd46daa (diff)
Use upper camel case for class names in xmloff.
Align multiimagehelper with module standard. Change-Id: I70a4dbc66a0d127b9bf04d1e8db694d3526b21d7
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 826b9e8c3e6c..4c268e6d303c 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -1333,7 +1333,7 @@ XMLTextFrameContext::XMLTextFrameContext(
const Reference< XAttributeList > & xAttrList,
TextContentAnchorType eATyp )
: SvXMLImportContext( rImport, nPrfx, rLName )
-, multiImageImportHelper()
+, MultiImageImportHelper()
, m_xAttrList( new SvXMLAttributeList( xAttrList ) )
, m_pHyperlink( 0 )
// Implement Title/Description Elements UI (#i73249#)