diff options
author | Andre Fischer <af@apache.org> | 2013-04-23 12:20:01 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:19 +0100 |
commit | db334fb729e0a4ee675e0f9290ac23b513e4af66 (patch) | |
tree | 553b37684887f543f4044674d1ecc85f85a1ab3e /svx | |
parent | 799e382d025e9176624bdfb92e72a9aa783a973c (diff) |
Related: #i121960# Fixed typo that made the superscript button...
look like the subscript button.
(cherry picked from commit eac056c47b2bf233ff36436136463cb3f3eb9e23)
Change-Id: I1ba1a609954cd88aa38f76c8e329f35152951ae5
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx index 4ef01c371407..1042658ef15f 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); |