diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-27 11:56:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-30 10:44:59 +0200 |
commit | 3a2baade81036015eefeec9978ef00f76113ac54 (patch) | |
tree | 3e1f29c807030a62a5c0382a268413cd877ede16 /include | |
parent | 7fbfd04c2e348dbebd7d97ceecfcbea547de5b52 (diff) |
loplugin:staticfunction
Change-Id: I4b7b04031fa74956379c5a1b21abe10b0717f3e9
Diffstat (limited to 'include')
-rw-r--r-- | include/sot/stg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: }; |