Kaydet (Commit) 1878dad4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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.
üst 6d95009e
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment