diff options
Diffstat (limited to 'rsc/inc/rscmgr.hxx')
-rw-r--r-- | rsc/inc/rscmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx index 3fd9afaab78c..347512ae7a47 100644 --- a/rsc/inc/rscmgr.hxx +++ b/rsc/inc/rscmgr.hxx @@ -37,7 +37,7 @@ class RscMgr : public RscClass }; ERRTYPE IsToDeep( const RSCINST & rInst ); public: - RscMgr( Atom nId, sal_uInt32 nTypId, RscTop * pSuperCl ); + RscMgr( Atom nId, RESOURCE_TYPE nTypId, RscTop * pSuperCl ); void SetToDefault( const RSCINST & rInst ) override; bool IsDefault( const RSCINST & rInst ) override; |