diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:46:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:46:48 +0000 |
commit | 188f8fbf510522dd12bf497a3d73d44885cfb471 (patch) | |
tree | 3f3a1cc32aa34ea67d326606ba587f7e1342983b /extensions/source/svg | |
parent | 039712bdaae39d8a7a7ae59d5d88d6038dba9492 (diff) |
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.
Diffstat (limited to 'extensions/source/svg')
-rw-r--r-- | extensions/source/svg/svgcom.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/svg/svgcom.hxx b/extensions/source/svg/svgcom.hxx index e5f2aa68d..689679583 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 <cppuhelper/weak.hxx> #endif -#ifndef __RTL_USTRING_ -#include <rtl/ustring> +#ifndef __RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> |