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

CheckBox::GetSavedValue return type is TriState

Change-Id: I15fe6556ec236267d820cb26f297cee45fe55d10
üst dd4c3f30
...@@ -509,7 +509,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox ) ...@@ -509,7 +509,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox )
{ {
bool bDelete = true; bool bDelete = true;
if ( !mbDisableQueryBox && pBox && m_pTurnOnBox->GetSavedValue() == sal_True ) if ( !mbDisableQueryBox && pBox && m_pTurnOnBox->GetSavedValue() == TRISTATE_TRUE )
{ {
short nResult; short nResult;
if (nId == SID_ATTR_PAGE_HEADERSET) if (nId == SID_ATTR_PAGE_HEADERSET)
......
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