diff options
Diffstat (limited to 'rsc/inc/rsccont.hxx')
-rw-r--r-- | rsc/inc/rsccont.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/inc/rsccont.hxx b/rsc/inc/rsccont.hxx index d7f58d4c78e9..07f29fd9b5d1 100644 --- a/rsc/inc/rsccont.hxx +++ b/rsc/inc/rsccont.hxx @@ -55,8 +55,8 @@ protected: RscTypCont * pTC, sal_uInt32, bool bExtra ); public: RscBaseCont( Atom nId, sal_uInt32 nTypId, - RscTop * pSuper = nullptr, - bool bNoId = true ); + RscTop * pSuper, + bool bNoId ); virtual ~RscBaseCont() override; virtual RSCCLASS_TYPE GetClassType() const override; void SetTypeClass( RscTop * pClass, RscTop * pClass1 = nullptr ) |