diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:25:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:25:20 +0000 |
commit | 14a23346603fd33e3f0709ab8ec645a7249182e7 (patch) | |
tree | c825f2974cd50bdcf83e24b9da83e48a5c9220e3 /xmloff/source/style/ImageStyle.cxx | |
parent | faef3ecadbe32770dfb52ad60de786537920bd84 (diff) |
INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED
2005/11/02 14:57:54 cl 1.10.34.1: warning free code changes
Diffstat (limited to 'xmloff/source/style/ImageStyle.cxx')
-rw-r--r-- | xmloff/source/style/ImageStyle.cxx | 6 |
1 files changed, 3 insertions, 3 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 |