diff options
Diffstat (limited to 'sfx2/source/inc/appdata.hxx')
-rw-r--r-- | sfx2/source/inc/appdata.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index ee107493975c..dfcf9bacc09d 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -111,7 +111,8 @@ public: // application members SfxFilterMatcher* pMatcher; - ResMgr* pLabelResMgr; + ResMgr* pBasicResMgr; + ResMgr* pSvtResMgr; #ifdef DBG_UTIL SimpleErrorHandler *m_pSimpleErrorHdl; #endif |