summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-13 10:00:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-13 11:49:29 +0100
commit187e2dbd6ece29c27c851a71bb02b2b52bb8d13f (patch)
treee0fabe749fe949085061d7ab52cceee5cb20b79f /include
parent3a10baaf8faad1a615a53400a9a168144c6d6599 (diff)
coverity#1372877 I'm guessing this is what might have been the intent
warning is 'Constant' variable guards dead code Change-Id: I06e65f576180d7ff62417828c26f969982788b55
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlimp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 55b7169ea9ad..ba63b84ee65c 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -200,8 +200,7 @@ class XMLOFF_DLLPUBLIC SvXMLImport : public ::cppu::WeakImplHelper8<
const OUString getNamespacePrefixFromToken( sal_Int32 nToken );
void registerNamespaces();
void registerNSHelper(sal_Int32 nToken, sal_Int32 nPrefix, sal_Int32 nNamespace );
- void processNSAttributes( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
- SvXMLNamespaceMap *pRewindMap );
+ SvXMLNamespaceMap* processNSAttributes(const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
void Characters(const OUString& aChars);
protected: