diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/dsselect.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dsselect.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx index 29c5a9314ef8..4e84f26691df 100644 --- a/dbaccess/source/ui/dlg/dsselect.cxx +++ b/dbaccess/source/ui/dlg/dsselect.cxx @@ -18,16 +18,15 @@ */ #include "dsselect.hxx" -#include "dbu_dlg.hrc" +#include "dbu_dlg.hxx" #include <vcl/msgbox.hxx> -#include <tools/rcid.h> #include <com/sun/star/sdbcx/XCreateCatalog.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/awt/XWindow.hpp> -#include "dbustrings.hrc" +#include "stringconstants.hxx" #include <toolkit/helper/vclunohelper.hxx> #include <comphelper/extract.hxx> #include <comphelper/types.hxx> |