diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:14:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:14:09 +0000 |
commit | e7a2dd216eb8077676416310376fe717bdd7f03e (patch) | |
tree | c58bdb5641151328be4a010f1dc46f4fb7f8c146 /fpicker/source/win32/filepicker | |
parent | f3b0bb00a84117d6733b241ee5bbee5b4bca18c4 (diff) |
INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED
2006/05/15 12:09:01 sb 1.3.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'fpicker/source/win32/filepicker')
-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> |