diff options
Diffstat (limited to 'sfx2/source/inc/appdata.hxx')
-rw-r--r-- | sfx2/source/inc/appdata.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index 8f5dad3ba618..ee107493975c 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -112,6 +112,9 @@ public: // application members SfxFilterMatcher* pMatcher; ResMgr* pLabelResMgr; +#ifdef DBG_UTIL + SimpleErrorHandler *m_pSimpleErrorHdl; +#endif SfxErrorHandler *m_pToolsErrorHdl; SfxErrorHandler *m_pSoErrorHdl; SfxErrorHandler *m_pSbxErrorHdl; |