summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:35:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:35:18 +0000
commitf2368f9cdf42de776f0f3d74d96eb368484a71b2 (patch)
tree5afe9c2e3a35734d5ae50bb1cb492e8846c01225 /xmloff/source/style
parent90c123550172ff308cf7f6fbed88d2a10a72afb2 (diff)
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/02 14:57:56 cl 1.3.34.1: warning free code changes
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/weighhdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx
index 8f8491ae1d1b..6794d1a3f303 100644
--- a/xmloff/source/style/weighhdl.cxx
+++ b/xmloff/source/style/weighhdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: weighhdl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:50:32 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:35:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@
#endif
#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#include <rtl/ustring.hxx>
#endif
#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_