[Libreoffice-commits] core.git: oox/source
Tor Lillqvist
tml at collabora.com
Mon Mar 10 12:41:10 PDT 2014
oox/source/drawingml/texteffectscontext.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 00933638350c99082bffe58771ab1f914c59078a
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Mar 10 21:39:38 2014 +0200
WaE: unused variable 'aPropertyName' [loplugin:unusedvariablecheck]
Change-Id: I8c95ca06e2a688811310d62470c4173d30d20c91
diff --git a/oox/source/drawingml/texteffectscontext.cxx b/oox/source/drawingml/texteffectscontext.cxx
index ffe3283..058c5ab 100644
--- a/oox/source/drawingml/texteffectscontext.cxx
+++ b/oox/source/drawingml/texteffectscontext.cxx
@@ -268,7 +268,6 @@ void TextEffectsContext::onEndElement()
{
mpGrabBagStack->pop();
OUString aCurrentElementName = mpGrabBagStack->getCurrentName();
- OUString aPropertyName;
if (mpGrabBagStack->isStackEmpty())
{
More information about the Libreoffice-commits
mailing list