diff options
Diffstat (limited to 'include/svl/filerec.hxx')
-rw-r--r-- | include/svl/filerec.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx index 4ab1d05e69b7..e8c668354100 100644 --- a/include/svl/filerec.hxx +++ b/include/svl/filerec.hxx @@ -317,10 +317,6 @@ protected: , _nRecordType(0) { } - void Construct_Impl( SvStream *pStream ) - { - SfxMiniRecordReader::Construct_Impl( pStream ); - } bool FindHeader_Impl( sal_uInt16 nTypes, sal_uInt16 nTag ); }; |