Kaydet (Commit) 5cafdf19 authored tarafından Andre Fischer's avatar Andre Fischer

122446: Fixed typo.

üst 4be53ae1
...@@ -498,10 +498,10 @@ void ParaPropertyPanel::InitToolBoxSpacing() ...@@ -498,10 +498,10 @@ void ParaPropertyPanel::InitToolBoxSpacing()
// See issue 122446 for more details. // See issue 122446 for more details.
maTbxUL_IncDec->SetItemImage( maTbxUL_IncDec->SetItemImage(
BT_TBX_UL_INC, BT_TBX_UL_INC,
sfx2::sidebar::Tools::GetImage(mpTbxUL_IncDec->GetItemCommand(BT_TBX_UL_INC), mxFrame)); sfx2::sidebar::Tools::GetImage(maTbxUL_IncDec->GetItemCommand(BT_TBX_UL_INC), mxFrame));
maTbxUL_IncDec->SetItemImage( maTbxUL_IncDec->SetItemImage(
BT_TBX_UL_DEC, BT_TBX_UL_DEC,
sfx2::sidebar::Tools::GetImage(mpTbxUL_IncDec->GetItemCommand(BT_TBX_UL_DEC), mxFrame)); sfx2::sidebar::Tools::GetImage(maTbxUL_IncDec->GetItemCommand(BT_TBX_UL_DEC), mxFrame));
aLink = LINK( this, ParaPropertyPanel, ClickUL_IncDec_Hdl_Impl ); aLink = LINK( this, ParaPropertyPanel, ClickUL_IncDec_Hdl_Impl );
maTbxUL_IncDec->SetSelectHdl(aLink); maTbxUL_IncDec->SetSelectHdl(aLink);
......
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