diff options
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/types.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 5ecf4359d88a..8c2bc8b9cf33 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -58,7 +58,7 @@ class SvMetaType : public SvMetaReference void WriteSfxItem( const OString& rItemName, SvIdlDataBase & rBase, SvStream & rOutStm ); protected: - bool ReadHeaderSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ); + bool ReadHeaderSvIdl( SvTokenStream & rInStm ); public: SvMetaType(); SvMetaType( const OString& rTypeName ); |