[Libreoffice-commits] .: Branch 'libreoffice-3-4-5' - dbaccess/source

Petr Mladek pmladek at kemper.freedesktop.org
Mon Jan 2 05:53:36 PST 2012


 dbaccess/source/ui/dlg/indexdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88e31643c7036cc68571752f8ecdf486e67282da
Author: Andras Timar <atimar at suse.com>
Date:   Mon Dec 26 22:34:08 2011 +0100

    missing icons in Index Design dialog fdo#38435
    
    Signed-off-by: Jan Holesovsky <kendy at suse.cz>
    Signed-off-by: Muthu Subramanian K <sumuthu at suse.com>
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index 550a667..31877aa 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -884,7 +884,7 @@ DBG_NAME(DbaIndexDialog)
         {
             nN = IMG_INDEX_DLG_LC;
         }
-        return ImageList( nN );
+        return ImageList(ModuleRes(nN));
     }
     //------------------------------------------------------------------
     void DbaIndexDialog::resizeControls(const Size& _rDiff)


More information about the Libreoffice-commits mailing list