diff options
-rw-r--r-- | fpicker/source/win32/filepicker/FilterContainer.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/FilterContainer.hxx b/fpicker/source/win32/filepicker/FilterContainer.hxx index bc2d493f2c38..83e6f331a111 100644 --- a/fpicker/source/win32/filepicker/FilterContainer.hxx +++ b/fpicker/source/win32/filepicker/FilterContainer.hxx @@ -4,9 +4,9 @@ * * $RCSfile: FilterContainer.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:39:10 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:14:09 $ * * 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 #include <vector> |