diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:32:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:32:38 +0000 |
commit | 21f8b6ca2cc316635831f52c77f3e1e93c7accc9 (patch) | |
tree | 05768dc34e0f6b4dbd1d5152f885cf8a170a32a1 /svx/source/stbctrls | |
parent | 6d27d381661e67bcf7dd111c81b0d8275c921276 (diff) |
INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED
2006/04/20 14:50:01 cl 1.3.220.1: warning free code changes
Diffstat (limited to 'svx/source/stbctrls')
-rw-r--r-- | svx/source/stbctrls/insctrl.cxx | 5 | ||||
-rw-r--r-- | svx/source/stbctrls/modctrl.cxx | 5 | ||||
-rw-r--r-- | svx/source/stbctrls/selctrl.cxx | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/svx/source/stbctrls/insctrl.cxx b/svx/source/stbctrls/insctrl.cxx index b2952b3d8e44..1b8c9c55ee7c 100644 --- a/svx/source/stbctrls/insctrl.cxx +++ b/svx/source/stbctrls/insctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: insctrl.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:18:03 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:31:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,6 @@ #ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> #endif -#pragma hdrstop #define _SVX_INSCTRL_CXX diff --git a/svx/source/stbctrls/modctrl.cxx b/svx/source/stbctrls/modctrl.cxx index 4a56695e2d02..72742fde8345 100644 --- a/svx/source/stbctrls/modctrl.cxx +++ b/svx/source/stbctrls/modctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: modctrl.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:18:47 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:32:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,6 @@ #ifndef _SFXAPP_HXX //autogen #include <sfx2/app.hxx> #endif -#pragma hdrstop #define _SVX_MODCTRL_CXX diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx index 1b33ab7292d9..179c0e54ac7a 100644 --- a/svx/source/stbctrls/selctrl.cxx +++ b/svx/source/stbctrls/selctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: selctrl.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:19:22 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:32:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,6 @@ #include <sfx2/dispatch.hxx> #endif #include <tools/urlobj.hxx> -#pragma hdrstop #define _SVX_SELCTRL_CXX |