From d1aa7e2ef1f28957dd57cef6bd3919f9e15d093c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 10:22:27 +0000
Subject: INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:35
cd 1.3.32.1: #i55991# Warning free code changes for gcc
---
framework/source/inc/loadenv/loaddispatchlistener.hxx | 6 +++---
framework/source/inc/loadenv/targethelper.hxx | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
(limited to 'framework/source/inc/loadenv')
diff --git a/framework/source/inc/loadenv/loaddispatchlistener.hxx b/framework/source/inc/loadenv/loaddispatchlistener.hxx
index 3088320101c7..b0730a74930c 100644
--- a/framework/source/inc/loadenv/loaddispatchlistener.hxx
+++ b/framework/source/inc/loadenv/loaddispatchlistener.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: loaddispatchlistener.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:32:08 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:22:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -171,7 +171,7 @@ class LoadDispatchListener : public css::frame::XDispatchResultListener // => c
//_______________________________________
// css.uno.XInterface
- DECLARE_XINTERFACE
+ FWK_DECLARE_XINTERFACE
//_______________________________________
// css.frame.XDispatchResultListener
diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx
index 603879a1d02d..7fe34771f780 100644
--- a/framework/source/inc/loadenv/targethelper.hxx
+++ b/framework/source/inc/loadenv/targethelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: targethelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:32:49 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:22:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include
#include
-
+#include
//_______________________________________________
// namespace
@@ -50,7 +50,7 @@ namespace framework{
//_______________________________________________
// const
-
+/* see definitions in targets.h
#define SPECIALTARGET_SELF ::rtl::OUString::createFromAscii("_self" )
#define SPECIALTARGET_PARENT ::rtl::OUString::createFromAscii("_parent" )
#define SPECIALTARGET_TOP ::rtl::OUString::createFromAscii("_top" )
@@ -60,7 +60,7 @@ namespace framework{
#define SPECIALTARGET_MENUBAR ::rtl::OUString::createFromAscii("_menubar" )
#define SPECIALTARGET_HELPAGENT ::rtl::OUString::createFromAscii("_helpagent" )
#define SPECIALTARGET_HELPTASK ::rtl::OUString::createFromAscii("OFFICE_HELP_TASK")
-
+*/
//_______________________________________________
// definitions
--
cgit