summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-17 21:12:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 15:23:08 +0100
commit4843a52598ec8fe4612d3dca74e66e1a1749d91c (patch)
tree2a43963c9b4e173aee5fef3a6ab6d8697cb296eb
parentc4bf0bd8e9f47096dba1b7108d264742057b72fd (diff)
valgrind: remove leaks
-rw-r--r--sfx2/source/inc/appdata.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx
index 1b6f28618c..b38e5d8eb4 100644
--- a/sfx2/source/inc/appdata.hxx
+++ b/sfx2/source/inc/appdata.hxx
@@ -32,6 +32,7 @@
#include <svl/lstner.hxx>
#include <vcl/timer.hxx>
#include <tools/string.hxx>
+#include <svtools/ehdl.hxx>
#include "rtl/ref.hxx"
#include <com/sun/star/frame/XModel.hpp>
@@ -111,6 +112,9 @@ public:
// application members
SfxFilterMatcher* pMatcher;
ResMgr* pLabelResMgr;
+ SfxErrorHandler *m_pToolsErrorHdl;
+ SfxErrorHandler *m_pSoErrorHdl;
+ SfxErrorHandler *m_pSbxErrorHdl;
SfxStatusDispatcher* pAppDispatch;
SfxDocumentTemplates* pTemplates;