From 3a2baade81036015eefeec9978ef00f76113ac54 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Mar 2015 11:56:10 +0200 Subject: loplugin:staticfunction Change-Id: I4b7b04031fa74956379c5a1b21abe10b0717f3e9 --- include/sot/stg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sot/stg.hxx b/include/sot/stg.hxx index 27bb26a40f70..a6be7ce132fe 100644 --- a/include/sot/stg.hxx +++ b/include/sot/stg.hxx @@ -141,7 +141,7 @@ protected: OLEStorageBase( StgIo*, StgDirEntry*, StreamMode& ); ~OLEStorageBase(); bool Validate_Impl( bool=false ) const; - bool ValidateMode_Impl( StreamMode, StgDirEntry* p = NULL ) const ; + static bool ValidateMode_Impl( StreamMode, StgDirEntry* p = NULL ); const SvStream* GetSvStream_Impl() const; public: }; -- cgit