[Libreoffice-commits] .: Branch 'libreoffice-3-4' - dbaccess/source
Andras Timar
timar at kemper.freedesktop.org
Fri Dec 30 03:20:58 PST 2011
dbaccess/source/ui/dlg/indexdialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2be2a6a37b42cda4d508fff114419e76306f4d97
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>
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