diff options
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/base/exchange.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 5b13c741d20d..9765eb38c107 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; } |