summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-06-05 07:14:01 +0000
committerAndre Fischer <af@apache.org>2013-06-05 07:14:01 +0000
commit5cafdf1970b28303e6842e6b794f8b23d98ee4e9 (patch)
tree484d0c0acdf9e1936b87bcea29439f7f4d208ff5 /svx
parent4be53ae1f2e0e2f5c9e9acdd9016ff0176dd8b50 (diff)
122446: Fixed typo.
Notes
Notes: prefer: 701afd6b82dc4b9caec4db42a2d06b8d04fc433a
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/source/sidebar/paragraph/ParaPropertyPanel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index 5beceeb6c2ab..a9aa589e1b16 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);