--- dbaccess/source/ui/dlg/tablespage.cxx +++ dbaccess/source/ui/dlg/tablespage.cxx @@ -891,11 +891,11 @@ // expand the entries // TODO: some kind of collapse all - actOnEntryPaths(pMySettings->aExpandedEntries, (void (OTableSubscriptionPage::*)(SvLBoxEntry*))doExpand); + actOnEntryPaths(pMySettings->aExpandedEntries, &OTableSubscriptionPage::doExpand); // select the entries m_aTablesList.SelectAll(sal_False); - actOnEntryPaths(pMySettings->aSelectedEntries, (void (OTableSubscriptionPage::*)(SvLBoxEntry*))doSelect); + actOnEntryPaths(pMySettings->aSelectedEntries, &OTableSubscriptionPage::doSelect); SvLBoxEntry* pFocusEntry = getEntryFromPath(pMySettings->sFocusEntry); if (pFocusEntry)