diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-27 22:52:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:24:37 +0100 |
commit | 6d4181b1520d5eb2064490271e7ae4641cce9bb6 (patch) | |
tree | be74f69d5fa97c3c709bdcddc2c12a66a3e9a876 /cui | |
parent | 21e8b11070540f9595be2e10371a26625467485e (diff) |
!STATE_CHECK shall presumably be STATE_NOCHECK
Change-Id: Ic037c105a8867585489671bab71a6db9186bada4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/measure.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx index 1a704fd068a1..c07e37873ebe 100644 --- a/cui/source/tabpages/measure.cxx +++ b/cui/source/tabpages/measure.cxx @@ -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 ) |