summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 14:32:38 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 14:33:36 +0200
commit1878dad419ce97060fb622d2c6ad4d6882777417 (patch)
treee33b24f375a609cf1f3c2b9921a0120113f859d5 /framework
parent6d95009eaa2f2c52e79f172065d21d96eadfbbf9 (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')
-rwxr-xr-xframework/source/uielement/recentfilesmenucontroller.cxx3
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