From 4d22586d6f0cc0686f3b2c3353818f55a0e7b376 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 19 Nov 2008 16:40:06 +0000
Subject: CWS-TOOLING: integrate CWS oooimprovementcorefixes_DEV300
---
comphelper/inc/comphelper/uieventslogger.hxx | 4 +-
comphelper/source/misc/uieventslogger.cxx | 140 ++++++++++++++++++++-------
2 files changed, 107 insertions(+), 37 deletions(-)
(limited to 'comphelper')
diff --git a/comphelper/inc/comphelper/uieventslogger.hxx b/comphelper/inc/comphelper/uieventslogger.hxx
index ad0375612d82..5321d97c89bc 100644
--- a/comphelper/inc/comphelper/uieventslogger.hxx
+++ b/comphelper/inc/comphelper/uieventslogger.hxx
@@ -7,7 +7,7 @@
*
* $RCSfile: uieventslogger.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.2.20.1 $
*
* This file is part of OpenOffice.org.
*
@@ -49,7 +49,7 @@ namespace comphelper
public:
static sal_Bool isEnabled();
static sal_Int32 getSessionLogEventCount();
- static void appendDispatchOrigin( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& args, const ::rtl::OUString& origin);
+ static void appendDispatchOrigin( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& args, const ::rtl::OUString& originapp, const ::rtl::OUString& originwidget);
static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> purgeDispatchOrigin(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& args);
static void logDispatch(const ::com::sun::star::util::URL& url, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& args);
static void logVcl(const ::rtl::OUString& parent_id, sal_Int32 window_type, const ::rtl::OUString& id, const ::rtl::OUString& method, const ::rtl::OUString& param);
diff --git a/comphelper/source/misc/uieventslogger.cxx b/comphelper/source/misc/uieventslogger.cxx
index a4124cb1657b..ab6f087fced7 100644
--- a/comphelper/source/misc/uieventslogger.cxx
+++ b/comphelper/source/misc/uieventslogger.cxx
@@ -7,7 +7,7 @@
*
* $RCSfile: uieventslogger.cxx,v $
*
-* $Revision: 1.3 $
+* $Revision: 1.3.20.3 $
*
* This file is part of OpenOffice.org.
*
@@ -45,6 +45,7 @@
#include
#include
#include
+#include