summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-04-09 12:43:59 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-04-09 15:17:18 +0200
commitc87e0938b3ee9f4c1f87c4ec53f3e94a022fe6f0 (patch)
tree98aa240afa7d1b48274186dd3c12a7d31b5f9c3b /xmloff
parent79ef2cef85f35aeb11b620fdc82acd595a7cb4fb (diff)
Remove duplicating call
... introduced in 14ee634e9cca474cacccd8872d5fdf46ea53f108 and obsoleted by 8a32a014fbf336ce32e4a1d4b95c4d286029ea4c shortly after. Change-Id: Iae2f4004212ecb2fe9f1ecac94c8d9c520a77000 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113770 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlexp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 3d20d3e33f41..32312229c1a9 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -1152,8 +1152,6 @@ void SvXMLExport::ImplExportContent()
{
CheckAttrList();
- CheckAttrList();
-
{
SvXMLElementExport aElement( *this, XML_NAMESPACE_OFFICE, XML_BODY,
true, true );