summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-29 14:25:29 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-29 16:23:00 -0400
commit718c0fe73251be083d032f0905880058128d4054 (patch)
tree3e184f31e948da75a7859986117540fa525a394e
parent3d2bf80a615ca7f73b3bc758334be840468e4852 (diff)
Ported sfx2-remove-check-update-on-fileload.diff from ooo-build.
-rw-r--r--sfx2/source/doc/objstor.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 037493c61252..60b7f484fff4 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -796,6 +796,7 @@ sal_Bool SfxObjectShell::DoLoad( SfxMedium *pMed )
}
}
+#if 0
if ( pMedium->HasStorage_Impl() )
{
uno::Reference< XInteractionHandler > xHandler( pMedium->GetInteractionHandler() );
@@ -849,6 +850,7 @@ sal_Bool SfxObjectShell::DoLoad( SfxMedium *pMed )
}
}
}
+#endif
}
else
GetpApp()->HideStatusText();