[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source
Andre Fischer
af at apache.org
Wed Jun 5 01:07:49 PDT 2013
svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5cafdf1970b28303e6842e6b794f8b23d98ee4e9
Author: Andre Fischer <af at apache.org>
Date: Wed Jun 5 07:14:01 2013 +0000
122446: Fixed typo.
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index 5beceeb..a9aa589 100755
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -498,10 +498,10 @@ void ParaPropertyPanel::InitToolBoxSpacing()
// See issue 122446 for more details.
maTbxUL_IncDec->SetItemImage(
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(
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 );
maTbxUL_IncDec->SetSelectHdl(aLink);
More information about the Libreoffice-commits
mailing list