diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-30 16:08:08 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:48:11 +0100 |
commit | e913083ed0db342f161b40a153c8af7ada6b4acc (patch) | |
tree | dcab80929389a0f3184f7c9534777c91ed73bf0f /dbaccess/source/ui/dlg | |
parent | fa5dffd7149661850bb27ea0b2d24de06d38a6bc (diff) |
remove unused #include sfx2/filedlghelper.hxx
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPage.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPageSetup.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx b/dbaccess/source/ui/dlg/ConnectionPage.cxx index 1aa3a94f8bb5..06e34955a121 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.cxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx @@ -42,7 +42,6 @@ #include "localresaccess.hxx" #include <osl/process.h> #include <vcl/msgbox.hxx> -#include <sfx2/filedlghelper.hxx> #include "dbadmin.hxx" #include <comphelper/types.hxx> #include <vcl/stdtext.hxx> diff --git a/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx b/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx index 0ab29fcab44f..b23f4c24d43e 100644 --- a/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx +++ b/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx @@ -41,7 +41,6 @@ #include "localresaccess.hxx" #include <osl/process.h> #include <vcl/msgbox.hxx> -#include <sfx2/filedlghelper.hxx> #include "dbadmin.hxx" #include "dbadmin.hrc" #include <comphelper/types.hxx> |