summaryrefslogtreecommitdiff
path: root/connectivity/workben
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:12:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:12:07 +0000
commit6a3231b6d1481fe078a9b68cfe234c9f02ba13a2 (patch)
treebf76040b7142cc57ba20a4fb593622efa4abffcd /connectivity/workben
parenta841b5c34a34b87fdd04144e4c48d735b64c0874 (diff)
INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
2005/11/07 14:44:18 fs 1.3.30.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/workben')
-rw-r--r--connectivity/workben/iniParser/main.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/workben/iniParser/main.cxx b/connectivity/workben/iniParser/main.cxx
index 4cb8df477785..4027f1762126 100644
--- a/connectivity/workben/iniParser/main.cxx
+++ b/connectivity/workben/iniParser/main.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:50:04 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:12:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,7 +32,7 @@
* MA 02111-1307 USA
*
************************************************************************/
-#include <rtl/ustring>
+#include <rtl/ustring.hxx>
#include <stdio.h>
#include <com/sun/star/io/IOException.hpp>
#ifndef _OSL_PROCESS_H_