summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-08 13:06:29 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-08 14:01:12 +0200
commit2bebe311aa88fd782bf0fb502642da0fd4311053 (patch)
tree054180d26217eabf7f87775ed3e611c0916dd33e /fpicker
parent901e19024cbc74402359f86a80be87d085f2fa30 (diff)
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/generic/fpicker.cxx4
-rw-r--r--fpicker/source/odma/ODMAFilePicker.cxx4
-rw-r--r--fpicker/source/odma/ODMAFolderPicker.cxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/fpicker/source/generic/fpicker.cxx b/fpicker/source/generic/fpicker.cxx
index 0f207a3fe57b..1bfdf5a8fae7 100644
--- a/fpicker/source/generic/fpicker.cxx
+++ b/fpicker/source/generic/fpicker.cxx
@@ -35,8 +35,8 @@
#include "com/sun/star/lang/XMultiComponentFactory.hpp"
#ifdef WNT
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#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 685da9f377eb..80b767dd91f5 100644
--- a/fpicker/source/odma/ODMAFilePicker.cxx
+++ b/fpicker/source/odma/ODMAFilePicker.cxx
@@ -49,8 +49,8 @@
#include <unotools/ucbhelper.hxx>
#ifndef ODMA_LIB_HXX
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#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 5c9536ac3290..15490f4503a8 100644
--- a/fpicker/source/odma/ODMAFolderPicker.cxx
+++ b/fpicker/source/odma/ODMAFolderPicker.cxx
@@ -43,9 +43,9 @@
#include <unotools/pathoptions.hxx>
#ifndef ODMA_LIB_HXX
-#include <tools/prewin.h>
+#include <prewin.h>
#include <odma_lib.hxx>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
// using ----------------------------------------------------------------