From a120dd67ea4d37f191acf88ee842ac4ccadc75e7 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 09:46:48 +0000 Subject: INTEGRATION: CWS warnings01 (1.5.140); FILE MERGED 2006/05/12 16:29:55 sb 1.5.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. --- extensions/source/svg/svgcom.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/source') diff --git a/extensions/source/svg/svgcom.hxx b/extensions/source/svg/svgcom.hxx index 54f980412734..d2d801a94257 100644 --- a/extensions/source/svg/svgcom.hxx +++ b/extensions/source/svg/svgcom.hxx @@ -4,9 +4,9 @@ * * $RCSfile: svgcom.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:41:06 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:46:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,8 +39,8 @@ #ifndef _CPPUHELPER_WEAK_HXX_ #include #endif -#ifndef __RTL_USTRING_ -#include +#ifndef __RTL_USTRING_HXX_ +#include #endif #ifndef _DEBUG_HXX #include -- cgit