summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 10:46:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:12 +0200
commit9b0733f737c19cebcc852393a39b22b19ad22b09 (patch)
tree3b80b67c3d01fd4ff839bbd70084178b06e06898
parentdd4c3f3060fc5b34a64b7c09389e3aa6522a9abc (diff)
CheckBox::GetSavedValue return type is TriState
Change-Id: I15fe6556ec236267d820cb26f297cee45fe55d10
-rw-r--r--svx/source/dialog/hdft.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 54974addc7f2..9339be925932 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -509,7 +509,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox )
{
bool bDelete = true;
- if ( !mbDisableQueryBox && pBox && m_pTurnOnBox->GetSavedValue() == sal_True )
+ if ( !mbDisableQueryBox && pBox && m_pTurnOnBox->GetSavedValue() == TRISTATE_TRUE )
{
short nResult;
if (nId == SID_ATTR_PAGE_HEADERSET)