Author: arielch Date: Tue Sep 25 19:19:08 2012 New Revision: 1390070 URL: http://svn.apache.org/viewvc?rev=1390070&view=rev Log: Fix typo
Modified: incubator/ooo/trunk/main/vcl/source/gdi/imagerepository.cxx Modified: incubator/ooo/trunk/main/vcl/source/gdi/imagerepository.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/source/gdi/imagerepository.cxx?rev=1390070&r1=1390069&r2=1390070&view=diff ============================================================================== --- incubator/ooo/trunk/main/vcl/source/gdi/imagerepository.cxx (original) +++ incubator/ooo/trunk/main/vcl/source/gdi/imagerepository.cxx Tue Sep 25 19:19:08 2012 @@ -64,7 +64,7 @@ namespace vcl { PNGReader aReader( aStrm ); BitmapEx aBmp = aReader.Read(); - if (!aBmp.IsEmpty) + if (!aBmp.IsEmpty()) { rImage = Image( aBmp ); return true;