diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-02 16:04:22 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-14 15:58:29 +0100 |
commit | 7d1bc6148d785100c1254fad63dcfbfdb0da53e2 (patch) | |
tree | 4ff72989fdc196117eb85f2d1c86a867a6a9ee29 /fpicker/source | |
parent | b80088f0146ab054f2d230aad7c59b95ee2b625b (diff) |
remove superfluous includes
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/unx/gnome/FPentry.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/unx/gnome/FPentry.cxx b/fpicker/source/unx/gnome/FPentry.cxx index 4e533a55ad01..e878f0ba03a5 100644 --- a/fpicker/source/unx/gnome/FPentry.cxx +++ b/fpicker/source/unx/gnome/FPentry.cxx @@ -39,11 +39,9 @@ // includes of other projects //---------------------------------------------- #include <cppuhelper/factory.hxx> -#include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> #include "SalGtkFilePicker.hxx" #include "SalGtkFolderPicker.hxx" -#include <vcl/svapp.hxx> #include "FPServiceInfo.hxx" #include <glib-object.h> @@ -57,11 +55,9 @@ extern const guint gtk_minor_version; using namespace ::rtl; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::registry; using namespace ::cppu; -using ::com::sun::star::ui::dialogs::XFilePicker; using ::com::sun::star::ui::dialogs::XFilePicker2; using ::com::sun::star::ui::dialogs::XFolderPicker; |