diff options
Diffstat (limited to 'svx')
-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 |