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

More loplugin:simplifybool

Change-Id: Id4c8b4c2ac064838b968bac4f24e544162a55bdf
üst 9f366a65
...@@ -727,7 +727,7 @@ bool SmDocShell::ConvertFrom(SfxMedium &rMedium) ...@@ -727,7 +727,7 @@ bool SmDocShell::ConvertFrom(SfxMedium &rMedium)
{ {
// is this a MathType Storage? // is this a MathType Storage?
MathType aEquation( aText ); MathType aEquation( aText );
if ( true == (bSuccess = (1 == aEquation.Parse( aStorage )) )) if ( (bSuccess = (1 == aEquation.Parse( aStorage )) ))
Parse(); Parse();
} }
} }
......
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