diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:14:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:14:33 +0000 |
commit | 02868df5775cd2cf691aadf34e2a69861efac45c (patch) | |
tree | 3d3f53cb75af4d0c65c26b3403e71a9a898cadfa /fpicker | |
parent | 9f05f038491a326f3b06bae66892cb3edd36d305 (diff) |
INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED
2006/05/15 12:09:03 sb 1.6.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/folderpicker/MtaFop.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/folderpicker/MtaFop.hxx b/fpicker/source/win32/folderpicker/MtaFop.hxx index 83d980c91ab1..330ee71dd89e 100644 --- a/fpicker/source/win32/folderpicker/MtaFop.hxx +++ b/fpicker/source/win32/folderpicker/MtaFop.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MtaFop.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:50:09 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:14:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,8 @@ #include <sal/types.h> #endif -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _OSL_MUTEX_HXX_ |