[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann
sbergman at redhat.com
Tue Feb 23 13:21:58 UTC 2016
sfx2/source/view/classificationhelper.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4d06ffcf3c9b4d6c8e5beb15f4d56aca44156b80
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Feb 23 14:21:28 2016 +0100
-Werror,-Wunused-variable
Change-Id: I2c4d01846abf2b1c3e20e5d56232123a898459e7
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx
index 58e17c6..6c42c21 100644
--- a/sfx2/source/view/classificationhelper.cxx
+++ b/sfx2/source/view/classificationhelper.cxx
@@ -127,7 +127,6 @@ throw (xml::sax::SAXException, uno::RuntimeException, std::exception)
}
else if (rName == "baf:BusinessAuthorizationCategory")
{
- OUString aIdentifier = xAttribs->getValueByName("Identifier");
OUString aName = xAttribs->getValueByName("Name");
if (!m_pCategory && !aName.isEmpty())
{
More information about the Libreoffice-commits
mailing list