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

Caolán McNamara caolanm at redhat.com
Thu Jul 4 03:06:27 PDT 2013


 sot/source/base/exchange.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c55a2bd33b00f92f795f4ee224c1887228c97b53
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jul 4 11:05:50 2013 +0100

    fix build
    
    Change-Id: I87ad4384b8898017d94f8e075d13545b7b4cfe50

diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 5b13c74..9765eb3 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -386,7 +386,7 @@ OUString SotExchange::GetFormatMimeType( sal_uLong nFormat )
             sMimeType = rL[ nFormat ]->MimeType;
     }
 
-    DBG_ASSERT( sMimeType.Len(), "SotExchange::GetFormatMimeType(): DataFlavor not initialized" );
+    DBG_ASSERT( !sMimeType.isEmpty(), "SotExchange::GetFormatMimeType(): DataFlavor not initialized" );
 
     return sMimeType;
 }


More information about the Libreoffice-commits mailing list