diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-19 14:11:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-19 14:16:50 +0900 |
commit | a9bc164accdccc0f0ee074ded9b3559a52d5300b (patch) | |
tree | 0ab705425df49bbf0f8591800ba325a9208ea463 /svx/source/dialog/hdft.cxx | |
parent | f90f71e2685310af6461bc3ed27eb9252ea40d69 (diff) |
sal_Bool to bool
Change-Id: I0a8d0f11c45aba1d34a0098e6a371bd616b08b72
Diffstat (limited to 'svx/source/dialog/hdft.cxx')
-rw-r--r-- | svx/source/dialog/hdft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index 79d0eaf2f834..f864f4ed760f 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -481,7 +481,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox ) } else { - sal_Bool bDelete = sal_True; + bool bDelete = true; if ( !bDisableQueryBox && pBox && m_pTurnOnBox->GetSavedValue() == sal_True ) bDelete = ( QueryBox( this, SVX_RES( RID_SVXQBX_DELETE_HEADFOOT ) ).Execute() == RET_YES ); |