diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 16:37:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 16:37:00 +0100 |
commit | a7efb9b8dd0b7deee49975961ca49f6838648614 (patch) | |
tree | 1cbe73d3f6542474d4bd14680b97fc850789f985 /xmlsecurity/source | |
parent | 979d8f30c6819770935943a3e338cd42de071e02 (diff) |
loplugin: fix some indents and unused OUStrings
Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/xmlsec/saxhelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx index 3276d17c2d86..dbf1b3704702 100644 --- a/xmlsecurity/source/xmlsec/saxhelper.cxx +++ b/xmlsecurity/source/xmlsec/saxhelper.cxx @@ -62,7 +62,6 @@ const xmlChar** attrlist_to_nxmlstr( const cssu::Sequence< cssxcsax::XMLAttribut xmlChar* attname = NULL ; xmlChar* attvalue = NULL ; const xmlChar** attrs = NULL ; - rtl::OUString oustr ; sal_Int32 nLength = aAttributes.getLength(); |