diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-07 09:17:12 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-07 09:17:12 +0200 |
commit | 29c4a462a4cb773000e36c7b4673f8f838c91843 (patch) | |
tree | 4f02823d1f7dc041481e74b78a3029495dfa3efb /fpicker | |
parent | 7db30f7aa037f52eb07cbb4fd2796bd869204af8 (diff) |
rtl/ustring does not exist, careful with inplace editing
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FileOpenDlg.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/workbench/Test_fps.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/misc/resourceprovider.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx index 9167a21d5752..227da88a5dc3 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -34,7 +34,7 @@ #include <sal/types.h> -#include <rtl/ustring> +#include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include "platform_xp.h" diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx index 7c39d5d4a3aa..2a053494ffe9 100644 --- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx +++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx @@ -42,7 +42,7 @@ #include <cppuhelper/servicefactory.hxx> #ifndef _RTL_USTRING_ -#include <rtl/ustring> +#include <rtl/ustring.hxx> #endif #include <sal/types.h> #include <osl/diagnose.h> diff --git a/fpicker/source/win32/misc/resourceprovider.hxx b/fpicker/source/win32/misc/resourceprovider.hxx index 41738a1f12e0..36e03d2a92cf 100644 --- a/fpicker/source/win32/misc/resourceprovider.hxx +++ b/fpicker/source/win32/misc/resourceprovider.hxx @@ -35,7 +35,7 @@ #include <sal/types.h> -#include <rtl/ustring> +#include <rtl/ustring.hxx> //------------------------------------------------------------------------ // deklarations |