From fea8976c0152632919587dd4e3225d6283e6691f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Apr 2017 15:43:34 +0100 Subject: remove dbaccess bitmaps from .src files Change-Id: I85e0d4bce7c2d1da2cc78c00e15e485152039c3e --- dbaccess/source/ui/dlg/CollectionView.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/dlg/CollectionView.cxx') diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx index 8899c2646bc1..5b59928037ab 100644 --- a/dbaccess/source/ui/dlg/CollectionView.cxx +++ b/dbaccess/source/ui/dlg/CollectionView.cxx @@ -32,6 +32,7 @@ #include #include #include "dbustrings.hrc" +#include "bitmaps.hlst" #include "UITools.hxx" #include #include @@ -80,8 +81,8 @@ OCollectionView::OCollectionView( vcl::Window * pParent m_pName->GrabFocus(); m_pNewFolder->SetStyle( m_pNewFolder->GetStyle() | WB_NOPOINTERFOCUS ); - m_pUp->SetModeImage(Image(BitmapEx(ModuleRes(BMP_NAVIGATION_BTN_UP_SC)))); - m_pNewFolder->SetModeImage(Image(BitmapEx(ModuleRes(BMP_NAVIGATION_CREATEFOLDER_SC)))); + m_pUp->SetModeImage(Image(BitmapEx(BMP_NAVIGATION_BTN_UP_SC))); + m_pNewFolder->SetModeImage(Image(BitmapEx(BMP_NAVIGATION_CREATEFOLDER_SC))); m_pView->SetDoubleClickHdl( LINK( this, OCollectionView, Dbl_Click_FileView ) ); m_pView->EnableAutoResize(); -- cgit