[Libreoffice-commits] core.git: sfx2/source

Tor Lillqvist tml at iki.fi
Thu Apr 4 04:54:43 PDT 2013


 sfx2/source/doc/objstor.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 67d0b7033762a80093ab85b490437a3832851497
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Apr 4 14:51:39 2013 +0300

    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

diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 250a640..fbc3921 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;
 }
 


More information about the Libreoffice-commits mailing list