diff options
-rw-r--r-- | xmloff/source/style/ImageStyle.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/style/MarkerStyle.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index 41cf613a6125..3258b4ab0c55 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ImageStyle.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:24:15 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:25:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ #endif #ifndef _RTL_USTRING_ -#include <rtl/ustring> +#include <rtl/ustring.hxx> #endif #ifndef _TOOLS_DEBUG_HXX diff --git a/xmloff/source/style/MarkerStyle.cxx b/xmloff/source/style/MarkerStyle.cxx index 08a7222aac56..0b446e8c5954 100644 --- a/xmloff/source/style/MarkerStyle.cxx +++ b/xmloff/source/style/MarkerStyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MarkerStyle.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:24:33 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:25:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ #endif #ifndef _RTL_USTRING_ -#include <rtl/ustring> +#include <rtl/ustring.hxx> #endif #ifndef _COM_SUN_STAR_DRAWING_POLYPOLYGONBEZIERCOORDS_HPP_ |