Hi Krisztian, On Monday 28 July 2014 19:48:51 Krisztian Pinter wrote: > I changed things in > *sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml* I don't see any reason touching that file.
> *sd/source/ui/app/sddll.cxx -- SdDLL::RegisterControllers()* That's right, and there are similar changes required in writer & calc as well. > and the toolbar button for *SvxLineColorToolBoxControl* stayed there but > just stopped working. The problem here is with the macro SFX_IMPL_TOOLBOX_CONTROL that can be found at the top of tbcontrl.cxx. It takes the class name and the type of the status item. Currently SvxColorToolBoxControl is registered with SvxColorItem as a type, which is fine for most of the color commands, but not for the line color that use XLineColorItem as a type. Maxim _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice