summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:44:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:44:03 +0000
commit29b013992294905df07f00cacd4ff9ee795ebde8 (patch)
tree6f61a46e3dacd7d8dc51000157a96fb57eb8b37c /xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
parente19e8526ed3ac5e6212d92ba58d9fc82fd5a2217 (diff)
INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED
2005/11/02 14:57:57 cl 1.6.32.1: warning free code changes
Diffstat (limited to 'xmloff/source/text/XMLSectionFootnoteConfigImport.cxx')
-rw-r--r--xmloff/source/text/XMLSectionFootnoteConfigImport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
index f6063b5da5..5880ccfed5 100644
--- a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
+++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLSectionFootnoteConfigImport.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:17:03 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:44:03 $
*
* 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 _COM_SUN_STAR_UNO_REFERENCE_H_