diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-04-20 23:50:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-21 12:06:30 +0200 |
commit | 4e3d14deb74c57632db57663d2fc2ead9d8aa0f0 (patch) | |
tree | 84165e57bdcd63bf30b8aebab60fd4336410f8ce /xmloff | |
parent | 00aeabb61d1d535684b05145bcc98a8d8a3e10ab (diff) |
xmloff: fix typo
Change-Id: I0f354b37afa2492894c1d3ee6a83633c04e1c87a
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 6ca60f723a5d..fc4f740bc0be 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -1191,7 +1191,7 @@ void SvXMLExport::ImplExportContent() CheckAttrList(); { - SvXMLElementExport aElemrnt( *this, XML_NAMESPACE_OFFICE, XML_BODY, + SvXMLElementExport aElement( *this, XML_NAMESPACE_OFFICE, XML_BODY, true, true ); { XMLTokenEnum eClass = meClass; |