diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-12 11:07:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-12 12:19:42 +0200 |
commit | 176e99a965aad11e8d990d0966e7dafca6924a02 (patch) | |
tree | 14b5ffa5b9e8eaaed7b89bf55df0215a3eb1346e /sc | |
parent | e701b3f732fa7f70cb273183e9ae8dbfd840f5e4 (diff) |
-Werror,-Wundefined-bool-conversion
Change-Id: I6ff5f855becc44d195ea8043e3c7c1a4873617c4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/impex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 033d73a18c3c..5aec94e57f81 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -253,7 +253,7 @@ void ScImportExport::EndPaste(bool bAutoRowHeight) bool ScImportExport::ImportData( const OUString& /* rMimeType */, const ::com::sun::star::uno::Any & /* rValue */ ) { - OSL_ENSURE( !this, "Implementation is missing" ); + OSL_ENSURE( false, "Implementation is missing" ); return false; } |