summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-01-02 16:14:51 +0100
committerDavid Tardon <dtardon@redhat.com>2011-01-14 15:58:29 +0100
commit963eaad3785f1ee6f5505ad5487d6b339205114e (patch)
tree22e8cb5f3726c6c6bae9e0097ab2534f56fa7981
parent7d1bc6148d785100c1254fad63dcfbfdb0da53e2 (diff)
remove superfluous includes
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.cxx10
-rw-r--r--fpicker/source/unx/gnome/SalGtkFolderPicker.cxx11
2 files changed, 4 insertions, 17 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
index c28f8902f76c..4d62698dd148 100644
--- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
+++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
@@ -38,30 +38,24 @@
//------------------------------------------------------------------------
// includes
//------------------------------------------------------------------------
-#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
-#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
-#include <cppuhelper/interfacecontainer.h>
#include <osl/diagnose.h>
-#include <osl/process.h>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/ControlActions.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <FPServiceInfo.hxx>
#include <osl/mutex.hxx>
-#include <vcl/svapp.hxx>
#include <SalGtkFilePicker.hxx>
-#include <tools/urlobj.hxx>
+#include <tools/string.hxx>
-#include <iostream>
#include <algorithm>
#include <set>
+#include <string.h>
#include "resourceprovider.hxx"
-#include <tools/rc.hxx>
//------------------------------------------------------------------------
// namespace directives
diff --git a/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx b/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx
index 0a3c807066d6..a3ee21c6e29e 100644
--- a/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx
+++ b/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx
@@ -38,26 +38,19 @@
//------------------------------------------------------------------------
// includes
//------------------------------------------------------------------------
-#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
-#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
-#include <cppuhelper/interfacecontainer.h>
#include <osl/diagnose.h>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <FPServiceInfo.hxx>
#include <osl/mutex.hxx>
-#include <vcl/svapp.hxx>
#include "SalGtkFolderPicker.hxx"
-
-#include <tools/urlobj.hxx>
-
-#include <iostream>
#include "resourceprovider.hxx"
-#include <tools/rc.hxx>
+
+#include <string.h>
//------------------------------------------------------------------------
// namespace directives