Kaydet (Commit) c81142b2 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

tdf#86595 One "Text Background Color" missed

Change-Id: Ia640b9bc044a8445751f0ebad7f027466c352d1f
üst 177183f6
......@@ -233,7 +233,6 @@
// Strings of the ToolBox-Controls from tbcontrl.cxx
#define RID_SVXSTR_FILLPATTERN (RID_SVX_START + 191)
#define RID_SVXSTR_FRAME (RID_SVX_START + 192)
#define RID_SVXSTR_CHAR_BACK_COLOR (RID_SVX_START + 193)
#define RID_SVXSTR_FRAME_COLOR (RID_SVX_START + 194)
#define RID_SVXSTR_FRAME_STYLE (RID_SVX_START + 195)
#define RID_SVXSTR_EXTRAS_CHARBACKGROUND (RID_SVX_START + 196)
......
......@@ -2633,6 +2633,7 @@ VclPtr<SfxPopupWindow> SvxColorToolBoxControl::CreatePopupWindow()
switch( GetSlotId() )
{
case SID_ATTR_CHAR_COLOR_BACKGROUND :
case SID_ATTR_CHAR_BACK_COLOR :
pColorWin->SetText( SVX_RESSTR( RID_SVXSTR_EXTRAS_CHARBACKGROUND ) );
break;
......@@ -2640,10 +2641,6 @@ VclPtr<SfxPopupWindow> SvxColorToolBoxControl::CreatePopupWindow()
pColorWin->SetText( SVX_RESSTR( RID_SVXSTR_BACKGROUND ) );
break;
case SID_ATTR_CHAR_BACK_COLOR :
pColorWin->SetText( SVX_RESSTR( RID_SVXSTR_CHAR_BACK_COLOR ) );
break;
case SID_FRAME_LINECOLOR:
pColorWin->SetText( SVX_RESSTR( RID_SVXSTR_FRAME_COLOR ) );
break;
......
......@@ -125,11 +125,6 @@ String RID_SVXSTR_EXTRAS_CHARBACKGROUND
Text [ en-US ] = "Highlight Color" ;
};
String RID_SVXSTR_CHAR_BACK_COLOR
{
Text [ en-US ] = "Text Background Color" ;
};
String RID_SVXSTR_BACKGROUND
{
Text [ en-US ] = "Background";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment