summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-23 14:21:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-23 14:21:28 +0100
commit4d06ffcf3c9b4d6c8e5beb15f4d56aca44156b80 (patch)
treefd8a4feff2b0a53f36cd5399f694d987d495445a /sfx2
parent2bec27302a06268cfd4174e7a0c94198fdbd0ae9 (diff)
-Werror,-Wunused-variable
Change-Id: I2c4d01846abf2b1c3e20e5d56232123a898459e7
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/classificationhelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx
index 58e17c6935a8..6c42c21dae11 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())
{