diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:56:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:56:34 +0000 |
commit | da364b4dbda94bc097ad00567760ecac767bd5f5 (patch) | |
tree | 8e7e9cc8da126f3d98566dc82f53a984ea542670 | |
parent | 0770737cadf82f056ba07f2b66e93d3991e3b9c1 (diff) |
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/10/28 14:48:12 cd 1.3.32.1: #i55991# Warning free code changes for gcc
-rw-r--r-- | framework/inc/jobs/helponstartup.hxx | 8 | ||||
-rw-r--r-- | framework/inc/jobs/jobdispatch.hxx | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index 7a23a2036c1c..52d1332dc9de 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -4,9 +4,9 @@ * * $RCSfile: helponstartup.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:22:07 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:56:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -172,8 +172,8 @@ class HelpOnStartup : public css::lang::XTypeProvider // css.uno.XInterface // css.lang.XTypeProvider // css.lang.XServiceInfo - DECLARE_XINTERFACE - DECLARE_XTYPEPROVIDER + FWK_DECLARE_XINTERFACE + FWK_DECLARE_XTYPEPROVIDER DECLARE_XSERVICEINFO // css.task.XJob diff --git a/framework/inc/jobs/jobdispatch.hxx b/framework/inc/jobs/jobdispatch.hxx index e22bc83fdd68..e6ba436468c0 100644 --- a/framework/inc/jobs/jobdispatch.hxx +++ b/framework/inc/jobs/jobdispatch.hxx @@ -4,9 +4,9 @@ * * $RCSfile: jobdispatch.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:22:51 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:56:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -207,8 +207,8 @@ class JobDispatch : public css::lang::XTypeProvider public: // XInterface, XTypeProvider, XServiceInfo - DECLARE_XINTERFACE - DECLARE_XTYPEPROVIDER + FWK_DECLARE_XINTERFACE + FWK_DECLARE_XTYPEPROVIDER DECLARE_XSERVICEINFO // Xinitialization |