summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-23 15:33:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-23 15:33:28 +0100
commit4aa908cf3a63bf4117357a8fbaeb2fd8dd5be310 (patch)
tree8ea24b8dc1b60bce3346b58e014227a842b9523e
parent5923e540d4eab0dc331ea439377ec1eb407400b9 (diff)
Unused #includes
Change-Id: I624f35026b8ee847d70d429c61cd93d6a603d8b0
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkPicker.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
index 992814399bc6..6d5a9c68bcce 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
@@ -23,19 +23,11 @@
#undef _LINUX_SOURCE_COMPAT
#endif
-#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/uri/XExternalUriReferenceTranslator.hpp>
-#include <com/sun/star/lang/SystemDependent.hpp>
-#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>
-#include <com/sun/star/awt/SystemDependentXWindow.hpp>
-#include <com/sun/star/beans/NamedValue.hpp>
-#include <com/sun/star/container/XNameAccess.hpp>
#include <comphelper/processfactory.hxx>
-#include <cppuhelper/interfacecontainer.h>
#include <rtl/process.h>
#include <osl/diagnose.h>
-#include <com/sun/star/uno/Any.hxx>
#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>