summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-12-16 08:01:40 +0000
committerRüdiger Timm <rt@openoffice.org>2008-12-16 08:01:40 +0000
commit97396d0614f87ed8cdbad577dbccc217e2e98c58 (patch)
tree6bc41715242499673d960167405d81915284160a /comphelper/inc
parentd4ec5ae3db034af09e0773c24714f3df4f04d396 (diff)
CWS-TOOLING: integrate CWS sw301bf05_DEV300
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/uieventslogger.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/uieventslogger.hxx b/comphelper/inc/comphelper/uieventslogger.hxx
index 5321d97c89bc..b7b1cc4cb9be 100644
--- a/comphelper/inc/comphelper/uieventslogger.hxx
+++ b/comphelper/inc/comphelper/uieventslogger.hxx
@@ -30,11 +30,8 @@
#ifndef _COMPHELPER_UIEVENTSLOGGER_HXX
#define _COMPHELPER_UIEVENTSLOGGER_HXX
-#include <boost/shared_ptr.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-#include <com/sun/star/logging/XCsvLogFormatter.hpp>
-#include <com/sun/star/logging/XLogger.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/util/URL.hpp>
#include <comphelper/comphelperdllapi.h>
@@ -55,6 +52,7 @@ namespace comphelper
static void logVcl(const ::rtl::OUString& parent_id, sal_Int32 window_type, const ::rtl::OUString& id, const ::rtl::OUString& method, const ::rtl::OUString& param);
static void logVcl(const ::rtl::OUString& parent_id, sal_Int32 window_type, const ::rtl::OUString& id, const ::rtl::OUString& method, sal_Int32 param);
static void logVcl(const ::rtl::OUString& parent_id, sal_Int32 window_type, const ::rtl::OUString& id, const ::rtl::OUString& method);
+ static void disposing();
virtual ~UiEventsLogger() {}
};
}