summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:41:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:41:00 +0000
commit996362dddb090bae63bc820814759cbebe2949f8 (patch)
treeec8eddda31c8715264c10cc5b36af22094a4c367 /xmloff/source
parentabf7b56c9e30f9aca42a0b98117c8a778d767404 (diff)
INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED
2005/11/02 14:57:56 cl 1.2.32.1: warning free code changes
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/XMLIndexSpanEntryContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexSpanEntryContext.cxx b/xmloff/source/text/XMLIndexSpanEntryContext.cxx
index 5cf04aa8193c..38465df31252 100644
--- a/xmloff/source/text/XMLIndexSpanEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexSpanEntryContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLIndexSpanEntryContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:08:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:41:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,7 @@
#endif
#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#include <rtl/ustring.hxx>
#endif
#ifndef _XMLOFF_XMLINDEXTEMPLATECONTEXT_HXX_