Kaydet (Commit) c55a2bd3 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build

Change-Id: I87ad4384b8898017d94f8e075d13545b7b4cfe50
üst c104e2b6
...@@ -386,7 +386,7 @@ OUString SotExchange::GetFormatMimeType( sal_uLong nFormat ) ...@@ -386,7 +386,7 @@ OUString SotExchange::GetFormatMimeType( sal_uLong nFormat )
sMimeType = rL[ nFormat ]->MimeType; sMimeType = rL[ nFormat ]->MimeType;
} }
DBG_ASSERT( sMimeType.Len(), "SotExchange::GetFormatMimeType(): DataFlavor not initialized" ); DBG_ASSERT( !sMimeType.isEmpty(), "SotExchange::GetFormatMimeType(): DataFlavor not initialized" );
return sMimeType; return sMimeType;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment