View | Details | Raw Unified | Return to issue 56998
Collapse All | Expand All

(-)svx/source/sidebar/text/TextCharacterSpacingControl.cxx (+2 lines)
Lines 185-190 Link Here
185
		{	
185
		{	
186
			String aStrTip( maStrCusE);   //LAST CUSTOM no tip defect //add 
186
			String aStrTip( maStrCusE);   //LAST CUSTOM no tip defect //add 
187
			aStrTip.Append( String::CreateFromDouble( (double)mnCustomKern / 10));
187
			aStrTip.Append( String::CreateFromDouble( (double)mnCustomKern / 10));
188
			aStrTip.Append( xub_Unicode(' ') );
188
			aStrTip.Append(maStrUnit);		// modify 
189
			aStrTip.Append(maStrUnit);		// modify 
189
			maVSSpacing.SetItemText(6,aStrTip);
190
			maVSSpacing.SetItemText(6,aStrTip);
190
		}
191
		}
Lines 192-197 Link Here
192
		{	
193
		{	
193
			String aStrTip(maStrCusC) ;		//LAST CUSTOM no tip defect //add 
194
			String aStrTip(maStrCusC) ;		//LAST CUSTOM no tip defect //add 
194
			aStrTip.Append( String::CreateFromDouble( (double)-mnCustomKern / 10));
195
			aStrTip.Append( String::CreateFromDouble( (double)-mnCustomKern / 10));
196
			aStrTip.Append( xub_Unicode( ' ' ) );
195
			aStrTip.Append(maStrUnit);		// modify 
197
			aStrTip.Append(maStrUnit);		// modify 
196
			maVSSpacing.SetItemText( 6, aStrTip );
198
			maVSSpacing.SetItemText( 6, aStrTip );
197
		}	
199
		}	
(-)svx/source/sidebar/text/TextPropertyPanel.src (-4 / +4 lines)
Lines 623-633 Link Here
623
	
623
	
624
	String STR_VERY_TIGHT_TIP
624
	String STR_VERY_TIGHT_TIP
625
	{
625
	{
626
		Text [ en-US ] = " Spacing: Condensed By: 3pt";
626
		Text [ en-US ] = " Spacing: Condensed By: 3 pt";
627
	};
627
	};
628
	String STR_TIGHT_TIP
628
	String STR_TIGHT_TIP
629
	{
629
	{
630
		Text [ en-US ] = " Spacing: Condensed By: 1.5pt";
630
		Text [ en-US ] = " Spacing: Condensed By: 1.5 pt";
631
	};
631
	};
632
	String STR_NORMAL_TIP
632
	String STR_NORMAL_TIP
633
	{
633
	{
Lines 635-645 Link Here
635
	};
635
	};
636
	String STR_LOOSE_TIP
636
	String STR_LOOSE_TIP
637
	{
637
	{
638
		Text [ en-US ] = " Spacing: Expanded By: 3pt";
638
		Text [ en-US ] = " Spacing: Expanded By: 3 pt";
639
	};
639
	};
640
	String STR_VERY_LOOSE_TIP
640
	String STR_VERY_LOOSE_TIP
641
	{
641
	{
642
		Text [ en-US ] = " Spacing: Expanded By: 6pt";
642
		Text [ en-US ] = " Spacing: Expanded By: 6 pt";
643
	};
643
	};
644
	String STR_CUSTOM_C_TIP
644
	String STR_CUSTOM_C_TIP
645
	{
645
	{

Return to issue 56998