Kaydet (Commit) b710952a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I87354690ac880ffb78bc8a6c20efe02f3eaa0779
üst df6e7e9d
...@@ -295,7 +295,6 @@ void TextEffectsContext::onStartElement(const oox::AttributeList& rAttribs) ...@@ -295,7 +295,6 @@ void TextEffectsContext::onStartElement(const oox::AttributeList& rAttribs)
void TextEffectsContext::onEndElement() void TextEffectsContext::onEndElement()
{ {
mpGrabBagStack->pop(); mpGrabBagStack->pop();
OUString aCurrentElementName = mpGrabBagStack->getCurrentName();
if (mpGrabBagStack->isStackEmpty()) if (mpGrabBagStack->isStackEmpty())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment