diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-04 11:05:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-04 11:05:50 +0100 |
commit | c55a2bd33b00f92f795f4ee224c1887228c97b53 (patch) | |
tree | c1bf4d6745b188bfbf7df046f865506af09afec5 /sot | |
parent | c104e2b661ec840951d39b5889495e2c42ff3d36 (diff) |
fix build
Change-Id: I87ad4384b8898017d94f8e075d13545b7b4cfe50
Diffstat (limited to 'sot')
-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; } |