summaryrefslogtreecommitdiff
path: root/extensions/source/svg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:46:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:46:48 +0000
commita120dd67ea4d37f191acf88ee842ac4ccadc75e7 (patch)
tree631f11e8e6ef8d9dac7c2aae59928e6c07c688ba /extensions/source/svg
parentd5a47cd86f57d3c0b480cfcb1f5944004beb1db4 (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.hxx8
1 files changed, 4 insertions, 4 deletions
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 <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>