diff options
Diffstat (limited to 'rsc/inc/rscdef.hxx')
-rw-r--r-- | rsc/inc/rscdef.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx index 1aeeead37e1c..9ca0c8483fab 100644 --- a/rsc/inc/rscdef.hxx +++ b/rsc/inc/rscdef.hxx @@ -255,13 +255,14 @@ friend class RscId; virtual COMPARE Compare( const NameNode * ) const override; virtual COMPARE Compare( const void * ) const override; -protected: - +public: RscDefine( RscFileTab::Index lFileKey, const OString& rDefName, sal_Int32 lDefId ); + virtual ~RscDefine() override; + +protected: RscDefine( RscFileTab::Index lFileKey, const OString& rDefName, RscExpression * pExpression ); - virtual ~RscDefine() override; void IncRef() { nRefCount++; } void DecRef(); |