[Libreoffice-commits] .: Branch 'libreoffice-3-5' - dbaccess/source
Andras Timar
timar at kemper.freedesktop.org
Mon Dec 26 13:35:43 PST 2011
dbaccess/source/ui/dlg/indexdialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 18296b08b1c05837b1f06f5773d95246cfd7cb68
Author: Andras Timar <atimar at suse.com>
Date: Mon Dec 26 22:34:08 2011 +0100
missing icons in Index Design dialog fdo#38435
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index b11ce3a..43270ac 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -882,7 +882,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