[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

Andre Fischer af at apache.org
Thu May 9 07:55:59 PDT 2013


 svx/source/sidebar/text/TextPropertyPanel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13ab6230cc4e62e4705b646d6d1636b2445be476
Author: Andre Fischer <af at apache.org>
Date:   Tue Apr 23 12:20:01 2013 +0000

    Related: #i121960# Fixed typo that made the superscript button...
    
    look like the subscript button.
    
    (cherry picked from commit eac056c47b2bf233ff36436136463cb3f3eb9e23)
    
    Change-Id: I1ba1a609954cd88aa38f76c8e329f35152951ae5

diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx
index 4ef01c3..1042658 100644
--- a/svx/source/sidebar/text/TextPropertyPanel.cxx
+++ b/svx/source/sidebar/text/TextPropertyPanel.cxx
@@ -580,7 +580,7 @@ void TextPropertyPanel::SetupToolboxItems (void)
     maSuperScriptControl.SetupToolBoxItem(*mpToolBoxScriptSw, TBI_SUPER_SW);
     maSubScriptControl.SetupToolBoxItem(*mpToolBoxScriptSw, TBI_SUB_SW);
     //for sc and sd
-    maSubScriptControl.SetupToolBoxItem(*mpToolBoxScript, TBI_SUPER);
+    maSuperScriptControl.SetupToolBoxItem(*mpToolBoxScript, TBI_SUPER);
     maSubScriptControl.SetupToolBoxItem(*mpToolBoxScript, TBI_SUB);
     maSpacingControl.SetupToolBoxItem(*mpToolBoxSpacing, TBI_SPACING);
     maHighlightControl.SetupToolBoxItem(*mpToolBoxHighlight, TBI_HIGHLIGHT);


More information about the Libreoffice-commits mailing list