diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 14:32:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 14:33:36 +0200 |
commit | 1878dad419ce97060fb622d2c6ad4d6882777417 (patch) | |
tree | e33b24f375a609cf1f3c2b9921a0120113f859d5 /framework/source | |
parent | 6d95009eaa2f2c52e79f172065d21d96eadfbbf9 (diff) |
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.
Diffstat (limited to 'framework/source')
-rwxr-xr-x | framework/source/uielement/recentfilesmenucontroller.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx index 989a85784856..a18751e270a9 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 ()) { @@ -246,6 +248,7 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu > aTipHelpText = aURLString; } #endif +#endif else { // Use INetURLObject to abbreviate all other URLs |