diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:22:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:22:27 +0000 |
commit | d1aa7e2ef1f28957dd57cef6bd3919f9e15d093c (patch) | |
tree | 417c48db99d19e4a89a13f00fb966165d73299f8 /framework/source/inc/loadenv | |
parent | d529c51878fea606c6a6b36b54f25f82f416f1f7 (diff) |
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
Diffstat (limited to 'framework/source/inc/loadenv')
-rw-r--r-- | framework/source/inc/loadenv/loaddispatchlistener.hxx | 6 | ||||
-rw-r--r-- | framework/source/inc/loadenv/targethelper.hxx | 10 |
2 files changed, 8 insertions, 8 deletions
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 <sal/types.h> #include <rtl/ustring.hxx> - +#include <targets.h> //_______________________________________________ // 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 |