summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/xsecparser.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-07 14:16:06 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-04-09 06:44:49 +0000
commit4cca0169aad7297763beaaabf9e356a40725312d (patch)
treee550df8cc02acbbb208fbecac3167f62dc1520af /xmlsecurity/source/helper/xsecparser.hxx
parentcfab2fd725276e99fb6fa8b619ca5b2ac3bd025a (diff)
loplugin:staticmethods
Change-Id: I2177e424d54dc2b5e26b7bbfe073b524e9cc5bab Reviewed-on: https://gerrit.libreoffice.org/15187 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.hxx')
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index ae8671e57f83..85a9260d0ed5 100644
--- a/xmlsecurity/source/helper/xsecparser.hxx
+++ b/xmlsecurity/source/helper/xsecparser.hxx
@@ -97,7 +97,7 @@ private:
bool m_bReferenceUnresolved;
private:
- OUString getIdAttr(const com::sun::star::uno::Reference<
+ static OUString getIdAttr(const com::sun::star::uno::Reference<
com::sun::star::xml::sax::XAttributeList >& xAttribs );
public: