diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:50:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch) | |
tree | a68fba5f15f673afac96bf8fcc7947ec4ff918d2 /fpicker | |
parent | b63027f0992cf5c368faeb807c69110997dd00ea (diff) |
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/workbench/Test_fps.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/win32/folderpicker/workbench/Test_fops.cxx | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx index e3683641e69c..07b2003eef77 100644 --- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx +++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx @@ -39,10 +39,7 @@ // other includes //_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> - -#ifndef _RTL_USTRING_ #include <rtl/ustring.hxx> -#endif #include <sal/types.h> #include <osl/diagnose.h> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> diff --git a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx index 0c14a93472fa..859c8121ec25 100644 --- a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx +++ b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx @@ -40,9 +40,7 @@ //-------------------------------------------------------------- #include <cppuhelper/servicefactory.hxx> -#ifndef _RTL_USTRING_ #include <rtl/ustring.hxx> -#endif #include <sal/types.h> #include <osl/diagnose.h> |