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

!STATE_CHECK shall presumably be STATE_NOCHECK

Change-Id: Ic037c105a8867585489671bab71a6db9186bada4
üst 21e8b110
......@@ -708,7 +708,7 @@ IMPL_LINK( SvxMeasurePage, ChangeAttrHdl_Impl, void *, p )
{
TriState eState = m_pTsbParallel->GetState();
if( eState != STATE_DONTKNOW )
aAttrSet.Put( SdrMeasureTextRota90Item( (sal_Bool) !STATE_CHECK == eState ) );
aAttrSet.Put( SdrMeasureTextRota90Item( (sal_Bool) STATE_NOCHECK == eState ) );
}
if( p == m_pTsbShowUnit )
......
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