You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2013/05/31 04:42:47 UTC

svn commit: r1488082 - /openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx

Author: arielch
Date: Fri May 31 02:42:46 2013
New Revision: 1488082

URL: http://svn.apache.org/r1488082
Log:
Fix build breaker

Modified:
    openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx

Modified: openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx?rev=1488082&r1=1488081&r2=1488082&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx (original)
+++ openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx Fri May 31 02:42:46 2013
@@ -488,8 +488,8 @@ void ParaPropertyPanel::InitToolBoxSpaci
 	maTopDist->SetModifyHdl(aLink);
 	maBottomDist->SetModifyHdl( aLink );
 
-    mpTopDist->SetAccessibleName(mpTopDist->GetQuickHelpText());
-    mpBottomDist->SetAccessibleName(mpBottomDist->GetQuickHelpText());
+    maTopDist->SetAccessibleName(maTopDist->GetQuickHelpText());
+    maBottomDist->SetAccessibleName(maBottomDist->GetQuickHelpText());
 
 	maTbxUL_IncDec->SetItemImage(TOOLBOX_ITEM1, maParInc);
 	maTbxUL_IncDec->SetItemImage(TOOLBOX_ITEM2, maParDec);