From 068d7f72bca71b319c4bba63aed95b0487376e1b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 17 Mar 2011 14:32:38 +0200 Subject: 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. --- framework/source/uielement/recentfilesmenucontroller.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework') diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx index 3708c4fa9f..dd0c954c9a 100755 --- a/framework/source/uielement/recentfilesmenucontroller.cxx +++ b/framework/source/uielement/recentfilesmenucontroller.cxx @@ -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 { -- cgit v1.2.3