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

(-)source/ui/app/sddll2.cxx (+1 lines)
Lines 221-226 Link Here
221
	SvxStyleToolBoxControl::RegisterControl(0, pMod);
221
	SvxStyleToolBoxControl::RegisterControl(0, pMod);
222
	SvxFontNameToolBoxControl::RegisterControl(0, pMod);
222
	SvxFontNameToolBoxControl::RegisterControl(0, pMod);
223
	SvxFontHeightToolBoxControl::RegisterControl(0, pMod);
223
	SvxFontHeightToolBoxControl::RegisterControl(0, pMod);
224
	SvxLanguageToolBoxControl::RegisterControl(0, pMod);
224
	SvxFontColorToolBoxControl::RegisterControl(0, pMod);
225
	SvxFontColorToolBoxControl::RegisterControl(0, pMod);
225
226
226
	SvxGrafFilterToolBoxControl::RegisterControl( SID_GRFFILTER, pMod );
227
	SvxGrafFilterToolBoxControl::RegisterControl( SID_GRFFILTER, pMod );
(-)source/ui/app/toolbox2.src (+8 lines)
Lines 309-314 Link Here
309
		};
309
		};
310
		ToolBoxItem
310
		ToolBoxItem
311
		{
311
		{
312
			ITEM_FORMAT_ATTR_CHAR_LANGUAGE
313
		};
314
		ToolBoxItem
315
		{
316
			Type = TOOLBOXITEM_SEPARATOR ;
317
		};
318
		ToolBoxItem
319
		{
312
			ITEM_FORMAT_ATTR_CHAR_WEIGHT
320
			ITEM_FORMAT_ATTR_CHAR_WEIGHT
313
		};
321
		};
314
		ToolBoxItem
322
		ToolBoxItem

Return to issue 23518