diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:46:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:46:34 +0000 |
commit | d5a47cd86f57d3c0b480cfcb1f5944004beb1db4 (patch) | |
tree | 95ad2b92f9ed6d503859f6fd34971ea2f33ed423 /extensions/source/scanner | |
parent | ddc0eae2e21b1deb730d73f6bb6c79fd1e5bf5b3 (diff) |
INTEGRATION: CWS warnings01 (1.4.140); FILE MERGED
2006/05/12 16:29:54 sb 1.4.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/scanner.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/scanner/scanner.hxx b/extensions/source/scanner/scanner.hxx index 686faf53b6ef..e75276084f2f 100644 --- a/extensions/source/scanner/scanner.hxx +++ b/extensions/source/scanner/scanner.hxx @@ -4,9 +4,9 @@ * * $RCSfile: scanner.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:38:44 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:46:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,8 +42,8 @@ #ifndef _VOS_MUTEX_HXX_ #include <vos/mutex.hxx> #endif -#ifndef __RTL_USTRING_ -#include <rtl/ustring> +#ifndef __RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _CPPUHELPER_WEAK_HXX_ #include <cppuhelper/weak.hxx> |