diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-02 11:09:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-07 10:24:54 +0200 |
commit | e4688a3d41265946007c6c9a5c5b5742078c74a3 (patch) | |
tree | d57cd9a10d8049f0d8b85f297d1fdead673e5439 /xmlscript/source/xmlflat_imexp | |
parent | 82b71d4764c12eb173f6d98b94d6bbbc5d296d7e (diff) |
loplugin:staticmethods
Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af
Diffstat (limited to 'xmlscript/source/xmlflat_imexp')
-rw-r--r-- | xmlscript/source/xmlflat_imexp/xmlbas_import.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx b/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx index b905ea9f23b4..54a9b946a68a 100644 --- a/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx +++ b/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx @@ -49,7 +49,7 @@ namespace xmlscript OUString m_aLocalName; ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes > m_xAttributes; - bool getBoolAttr( sal_Bool* pRet, const OUString& rAttrName, + static bool getBoolAttr( sal_Bool* pRet, const OUString& rAttrName, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes, sal_Int32 nUid ); |