diff options
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index debfa2e535ea..6b2890688710 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -242,7 +242,7 @@ protected: virtual void CollRemove( SbxArray* pPar ) override; public: SBX_DECL_PERSIST_NODATA(SBXID_FIXCOLLECTION,1); - SbxStdCollection( const OUString& rClassname, const OUString& rElemClass ); + SbxStdCollection(); SbxStdCollection( const SbxStdCollection& ); SbxStdCollection& operator=( const SbxStdCollection& ); virtual void Insert( SbxVariable* ) override; |