Bypass ODMA crack for now

It is too hard for me to figure out how to get it to link with
odma_lib.lib, which is a static library built and delivered over in
ucb/source/ucp/odma.
This commit is contained in:
Tor Lillqvist 2011-03-17 14:32:38 +02:00
parent 6d95009eaa
commit 1878dad419

View file

@ -211,6 +211,8 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
else
aMenuTitle = aSystemPath;
}
#if 0 // Please don't remove this commented-out code just yet,
// we can try to resurrect it later in case somebody complains
#ifdef WNT
else if ( aURL.GetProtocol() == INET_PROT_VND_SUN_STAR_ODMA && ::odma::DMSsAvailable ())
{
@ -245,6 +247,7 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
aMenuTitle += aShortTitle;
aTipHelpText = aURLString;
}
#endif
#endif
else
{