From 1a08ce70788fe3d8938627aa21bde1861cd94181 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Mar 2015 10:50:38 +0200 Subject: loplugin:staticfunction Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5 --- include/sax/fshelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sax') diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx index 293b0be4f4be..b86e9de5a190 100644 --- a/include/sax/fshelper.hxx +++ b/include/sax/fshelper.hxx @@ -135,7 +135,7 @@ public: ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > getOutputStream(); - FastAttributeList *createAttrList(); + static FastAttributeList *createAttrList(); void mark( const ::com::sun::star::uno::Sequence< sal_Int32 >& aOrder = ::com::sun::star::uno::Sequence< sal_Int32 >() ); -- cgit