diff options
-rw-r--r-- | svx/source/sdr/properties/captionproperties.cxx | 10 | ||||
-rw-r--r-- | svx/source/sdr/properties/circleproperties.cxx | 16 | ||||
-rw-r--r-- | svx/source/sdr/properties/connectorproperties.cxx | 10 | ||||
-rw-r--r-- | svx/source/sdr/properties/defaultproperties.cxx | 12 |
4 files changed, 24 insertions, 24 deletions
diff --git a/svx/source/sdr/properties/captionproperties.cxx b/svx/source/sdr/properties/captionproperties.cxx index 546e67919556..f4f5c844d2e0 100644 --- a/svx/source/sdr/properties/captionproperties.cxx +++ b/svx/source/sdr/properties/captionproperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: captionproperties.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:35:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:49:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,15 +49,15 @@ #endif #ifndef _SVDDEF_HXX -#include <svddef.hxx> +#include <svx/svddef.hxx> #endif #ifndef _EEITEM_HXX -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #endif #ifndef _SVDCAPT_HXX -#include <svdocapt.hxx> +#include <svx/svdocapt.hxx> #endif ////////////////////////////////////////////////////////////////////////////// diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx index b15ba56f3bf4..0f1e7c955128 100644 --- a/svx/source/sdr/properties/circleproperties.cxx +++ b/svx/source/sdr/properties/circleproperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: circleproperties.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:35:58 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:49:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,27 +49,27 @@ #endif #ifndef _SVDDEF_HXX -#include <svddef.hxx> +#include <svx/svddef.hxx> #endif #ifndef _EEITEM_HXX -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #endif #ifndef _SVDOCIRC_HXX -#include <svdocirc.hxx> +#include <svx/svdocirc.hxx> #endif #ifndef _SXCIKITM_HXX -#include <sxcikitm.hxx> +#include <svx/sxcikitm.hxx> #endif #ifndef _SXCIAITM_HXX -#include <sxciaitm.hxx> +#include <svx/sxciaitm.hxx> #endif #ifndef _SXCIAITM_HXX -#include <sxciaitm.hxx> +#include <svx/sxciaitm.hxx> #endif ////////////////////////////////////////////////////////////////////////////// diff --git a/svx/source/sdr/properties/connectorproperties.cxx b/svx/source/sdr/properties/connectorproperties.cxx index d1aa6c6f05ba..0c5063e1d9ac 100644 --- a/svx/source/sdr/properties/connectorproperties.cxx +++ b/svx/source/sdr/properties/connectorproperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: connectorproperties.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:36:10 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:50:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,15 +49,15 @@ #endif #ifndef _SVDDEF_HXX -#include <svddef.hxx> +#include <svx/svddef.hxx> #endif #ifndef _EEITEM_HXX -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #endif #ifndef _SVDOEDGE_HXX -#include <svdoedge.hxx> +#include <svx/svdoedge.hxx> #endif ////////////////////////////////////////////////////////////////////////////// diff --git a/svx/source/sdr/properties/defaultproperties.cxx b/svx/source/sdr/properties/defaultproperties.cxx index ec2d26c62a59..6550ad6708a8 100644 --- a/svx/source/sdr/properties/defaultproperties.cxx +++ b/svx/source/sdr/properties/defaultproperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: defaultproperties.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:36:26 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:50:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,19 +55,19 @@ #include <vector> #ifndef _SVDOBJ_HXX -#include <svdobj.hxx> +#include <svx/svdobj.hxx> #endif #ifndef _SVDDEF_HXX -#include <svddef.hxx> +#include <svx/svddef.hxx> #endif #ifndef _SVDPOOL_HXX -#include <svdpool.hxx> +#include <svx/svdpool.hxx> #endif #ifndef _EEITEM_HXX -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #endif ////////////////////////////////////////////////////////////////////////////// |