summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-12-05 18:17:02 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-05 18:17:42 +0100
commit5831405c8cf55fae64e88d1fc139d449e011e003 (patch)
treec6fc5861c1689f0123f57fae1ab33b4d262d8be4 /xmloff
parent25fd11e78279aef5a6b7656347758e5c67a9c45a (diff)
xmloff: remove pointless branch that does the same as the next one
Change-Id: Ib39ec9c045461590767a29ccdd28f39b2a623e88
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTextMarkImportContext.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.cxx b/xmloff/source/text/XMLTextMarkImportContext.cxx
index b4e5e15afa92..0c312d17e159 100644
--- a/xmloff/source/text/XMLTextMarkImportContext.cxx
+++ b/xmloff/source/text/XMLTextMarkImportContext.cxx
@@ -150,8 +150,6 @@ static OUString lcl_getFieldmarkName(OUString const& name)
if (name.equalsAscii("msoffice.field.FORMTEXT") ||
name.equalsAscii("ecma.office-open-xml.field.FORMTEXT") )
return OUString::createFromAscii(sFormtext);
- else if (name.equalsAscii(ODF_FORMTEXT) )
- return OUString::createFromAscii(sFormtext);
else
return name;
}