Kaydet (Commit) 0ba03a38 authored tarafından Caolán McNamara's avatar Caolán McNamara

stray ' in string

regression since 55a15541

Change-Id: I9c5853061eef5befba7644ea0ca05b7751addc6c
üst 42849b8e
...@@ -3056,7 +3056,7 @@ sal_Bool Svx3DWin::LBSelectColor( ColorLB* pLb, const Color& rColor ) ...@@ -3056,7 +3056,7 @@ sal_Bool Svx3DWin::LBSelectColor( ColorLB* pLb, const Color& rColor )
OUString aStr(SVX_RESSTR(RID_SVXFLOAT3D_FIX_R)); OUString aStr(SVX_RESSTR(RID_SVXFLOAT3D_FIX_R));
aStr += OUString::number((sal_Int32)rColor.GetRed()); aStr += OUString::number((sal_Int32)rColor.GetRed());
aStr += " '"; aStr += " ";
aStr += SVX_RESSTR(RID_SVXFLOAT3D_FIX_G); aStr += SVX_RESSTR(RID_SVXFLOAT3D_FIX_G);
aStr += OUString::number((sal_Int32)rColor.GetGreen()); aStr += OUString::number((sal_Int32)rColor.GetGreen());
aStr += " "; aStr += " ";
......
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