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

-Werror,-Wunused-variable

Change-Id: I2c4d01846abf2b1c3e20e5d56232123a898459e7
üst 2bec2730
...@@ -127,7 +127,6 @@ throw (xml::sax::SAXException, uno::RuntimeException, std::exception) ...@@ -127,7 +127,6 @@ throw (xml::sax::SAXException, uno::RuntimeException, std::exception)
} }
else if (rName == "baf:BusinessAuthorizationCategory") else if (rName == "baf:BusinessAuthorizationCategory")
{ {
OUString aIdentifier = xAttribs->getValueByName("Identifier");
OUString aName = xAttribs->getValueByName("Name"); OUString aName = xAttribs->getValueByName("Name");
if (!m_pCategory && !aName.isEmpty()) if (!m_pCategory && !aName.isEmpty())
{ {
......
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