summaryrefslogtreecommitdiff
path: root/include/sot/stg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/stg.hxx')
-rw-r--r--include/sot/stg.hxx2
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:
};