diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /fpicker | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/folderpicker/workbench/Test_fops.cxx | 2 | ||||
-rw-r--r-- | fpicker/test/svdem.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx index bc2eef398aee..8791661f63db 100644 --- a/fpicker/source/win32/filepicker/FilePicker.hxx +++ b/fpicker/source/win32/filepicker/FilePicker.hxx @@ -24,7 +24,6 @@ #include <osl/mutex.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/dialogs/XFilePicker2.hpp> #include <com/sun/star/ui/dialogs/XFilePicker3.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> diff --git a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx index ba60c97b9d26..eb63dd4b0cea 100644 --- a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx +++ b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx @@ -36,8 +36,6 @@ #include "..\FOPServiceInfo.hxx" -#include <osl/file.hxx> - #define _WIN32_DCOM #include <windows.h> diff --git a/fpicker/test/svdem.cxx b/fpicker/test/svdem.cxx index e6627187b60f..e9bc6ed74915 100644 --- a/fpicker/test/svdem.cxx +++ b/fpicker/test/svdem.cxx @@ -52,7 +52,6 @@ #include <vcl/button.hxx> #include <comphelper/processfactory.hxx> -#include <cppuhelper/servicefactory.hxx> #include <cppuhelper/bootstrap.hxx> #include "../source/office/iodlg.hxx" |