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

Fix Boolean expression

Change-Id: Ic0042037847fa1ed277a23325a0bfcbab3b0900c
üst d6550ca7
......@@ -574,8 +574,7 @@ sal_Bool SAL_CALL OSection::hasForms() throw (uno::RuntimeException, std::except
{
// no lock because m_xDrawPage_FormSupplier is const
return (m_xDrawPage_FormSupplier.is())
? m_xDrawPage_FormSupplier->hasForms()
: 0;
&& m_xDrawPage_FormSupplier->hasForms();
}
......
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