summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-08 23:18:54 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-08 23:19:24 +0100
commita305869e99a73626534a921c36eb352cd74582a5 (patch)
tree6e109c6462793a1c8bd63cda369db6017bc97307 /xmloff
parentcaaf28488fcca133db885ea0f7d324df9a716eac (diff)
xmloff: [loplugin:unusedvariablecheck]
Change-Id: I5b141d35ab05e1a3f225a980aad1280102a80ee0
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlnumi.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index c88c9097257c..72081d694a92 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -492,7 +492,6 @@ Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties()
OUString sDisplayTextStyleName = GetImport().GetStyleDisplayName(
XML_STYLE_FAMILY_TEXT_TEXT, sTextStyleName );
- OUString sStyleName = sDisplayTextStyleName;
pProps[nPos].Name = "CharStyleName";
pProps[nPos++].Value <<= sDisplayTextStyleName;