sot/source/base/exchange.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c55a2bd33b00f92f795f4ee224c1887228c97b53 Author: Caolán McNamara <[email protected]> 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; }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
