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 --- sot/source/sdstor/stg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source/sdstor/stg.cxx') diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index 1304d5c54e40..0f86bd0d5631 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -133,7 +133,7 @@ bool OLEStorageBase::Validate_Impl( bool bWrite ) const return false; } -bool OLEStorageBase::ValidateMode_Impl( StreamMode m, StgDirEntry* p ) const +bool OLEStorageBase::ValidateMode_Impl( StreamMode m, StgDirEntry* p ) { if( m == INTERNAL_MODE ) return true; -- cgit