diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:57:59 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:57:59 +0100 |
commit | 5ad613272937edf33b126eeeb0ab15050c0c115e (patch) | |
tree | f72bd9ed419576d5a4263509078a8acdd30d283e /fpicker | |
parent | 0527adbab1eca41ae6aeefa6e63c2e02a796c111 (diff) |
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/generic/fpicker.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/odma/ODMAFilePicker.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/odma/ODMAFolderPicker.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/fpicker/source/generic/fpicker.cxx b/fpicker/source/generic/fpicker.cxx index 77171bce8aa1..11130f43400d 100644 --- a/fpicker/source/generic/fpicker.cxx +++ b/fpicker/source/generic/fpicker.cxx @@ -35,8 +35,6 @@ #include "com/sun/star/lang/XMultiComponentFactory.hpp" #ifdef WNT -#include <prewin.h> -#include <postwin.h> #include <odma_lib.hxx> #endif diff --git a/fpicker/source/odma/ODMAFilePicker.cxx b/fpicker/source/odma/ODMAFilePicker.cxx index 80b767dd91f5..cd87c809ecc8 100644 --- a/fpicker/source/odma/ODMAFilePicker.cxx +++ b/fpicker/source/odma/ODMAFilePicker.cxx @@ -49,8 +49,6 @@ #include <unotools/ucbhelper.hxx> #ifndef ODMA_LIB_HXX -#include <prewin.h> -#include <postwin.h> #include <odma_lib.hxx> #endif diff --git a/fpicker/source/odma/ODMAFolderPicker.cxx b/fpicker/source/odma/ODMAFolderPicker.cxx index 15490f4503a8..49963c37b26c 100644 --- a/fpicker/source/odma/ODMAFolderPicker.cxx +++ b/fpicker/source/odma/ODMAFolderPicker.cxx @@ -43,9 +43,7 @@ #include <unotools/pathoptions.hxx> #ifndef ODMA_LIB_HXX -#include <prewin.h> #include <odma_lib.hxx> -#include <postwin.h> #endif // using ---------------------------------------------------------------- |