summaryrefslogtreecommitdiff
path: root/framework/source
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
commit068d7f72bca71b319c4bba63aed95b0487376e1b (patch)
tree6bc61bab8de2173517d41a7214ae895cf701a5d7 /framework/source
parent29499a91c300e9cde8955537f1abfc1386e66e78 (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-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 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 ())
{
@@ -246,6 +248,7 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
aTipHelpText = aURLString;
}
#endif
+#endif
else
{
// Use INetURLObject to abbreviate all other URLs