Kaydet (Commit) a0b389d6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wlogical-not-parentheses

"logical not is only applied to the left hand side of this comparison"

Change-Id: I015befe47ea9f40f83217b259e07eb01edb7d820
üst 3f8e73a3
...@@ -759,7 +759,7 @@ Reference < XShape > Shape::renderDiagramToGraphic( XmlFilterBase& rFilterBase ) ...@@ -759,7 +759,7 @@ Reference < XShape > Shape::renderDiagramToGraphic( XmlFilterBase& rFilterBase )
Graphic aGraphic; Graphic aGraphic;
GraphicFilter aFilter( sal_False ); GraphicFilter aFilter( sal_False );
if ( !aFilter.ImportGraphic( aGraphic, "", mpTempStream, GRFILTER_FORMAT_NOTFOUND, NULL, 0, static_cast < Sequence < PropertyValue >* > ( NULL ), NULL ) == GRFILTER_OK ) if ( aFilter.ImportGraphic( aGraphic, "", mpTempStream, GRFILTER_FORMAT_NOTFOUND, NULL, 0, static_cast < Sequence < PropertyValue >* > ( NULL ), NULL ) != GRFILTER_OK )
{ {
SAL_WARN( "oox.drawingml", OSL_THIS_FUNC SAL_WARN( "oox.drawingml", OSL_THIS_FUNC
<< "Unable to import rendered stream into graphic object" ); << "Unable to import rendered stream into graphic object" );
......
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