summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WNameMatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/misc/WNameMatch.cxx')
-rw-r--r--dbaccess/source/ui/misc/WNameMatch.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/WNameMatch.cxx b/dbaccess/source/ui/misc/WNameMatch.cxx
index 410d6a01942b..1724b643d1da 100644
--- a/dbaccess/source/ui/misc/WNameMatch.cxx
+++ b/dbaccess/source/ui/misc/WNameMatch.cxx
@@ -23,18 +23,21 @@
#include "WCopyTable.hxx"
#include "dbaccess_helpid.hrc"
#include "dbu_misc.hrc"
+#include "bitmaps.hlst"
#include <vcl/scrbar.hxx>
#include <vcl/settings.hxx>
#include <vcl/builderfactory.hxx>
#include "svtools/treelistentry.hxx"
#include <com/sun/star/sdbc/DataType.hpp>
#include <o3tl/make_unique.hxx>
+
using namespace ::dbaui;
+
// OWizColumnSelect
-OWizNameMatching::OWizNameMatching( vcl::Window* pParent)
- :OWizardPage( pParent, "NameMatching", "dbaccess/ui/namematchingpage.ui" )
- , m_aImgUp(BitmapEx(ModuleRes(BMP_UP)))
- , m_aImgDown(BitmapEx(ModuleRes(BMP_DOWN)))
+OWizNameMatching::OWizNameMatching(vcl::Window* pParent)
+ : OWizardPage(pParent, "NameMatching", "dbaccess/ui/namematchingpage.ui")
+ , m_aImgUp(BitmapEx(BMP_UP))
+ , m_aImgDown(BitmapEx(BMP_DOWN))
{
get(m_pTABLE_LEFT, "leftlabel");
get(m_pTABLE_RIGHT, "rightlabel");