diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-04 14:51:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-04 14:53:39 +0300 |
commit | 67d0b7033762a80093ab85b490437a3832851497 (patch) | |
tree | a96192a0f4b7b425b0370f236267a454e6838055 /sfx2 | |
parent | 598d3228cdcd66a79740bd05740f3e2169b1ec98 (diff) |
Bin a pointless and annoying OSL_ENSURE
If somebody wants it back, please revert, but then also add a comment telling
what it means.
Change-Id: I40bae1b6747c8fa21f3bf4b3fc6f839226951a12
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 250a640817d9..fbc392180d26 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -1799,8 +1799,6 @@ sal_Bool SfxObjectShell::DisconnectStorage_Impl( SfxMedium& rSrcMedium, SfxMediu {} } - OSL_ENSURE( bResult, "Storage disconnecting has failed - affects performance!" ); - return bResult; } |