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

bool improvements

Change-Id: I1a88cdb87767d029868b855eac09c016e1bca82e
üst a586ee94
......@@ -292,7 +292,7 @@ public:
{
sal_Int32 nIndex = 0;
if ( ( Index1 >>= nIndex ) != sal_True )
if ( !( Index1 >>= nIndex ) )
{
OUString message;
message = OUString( "Couldn't convert index to Int32");
......
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