include/toolkit/controls/dialogcontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4aa04075fbfcecd33a5c257e69d0c5858fcfb973 Author: Zolnai Tamás <[email protected]> Date: Wed Jan 22 13:09:20 2014 +0100 Fix service name of UnoFrameControl Change-Id: Ic213a8ac35ba7364408c52e436f052b4684be2f1 diff --git a/include/toolkit/controls/dialogcontrol.hxx b/include/toolkit/controls/dialogcontrol.hxx index 569edaa..f606720 100644 --- a/include/toolkit/controls/dialogcontrol.hxx +++ b/include/toolkit/controls/dialogcontrol.hxx @@ -328,7 +328,7 @@ public: OUString GetComponentServiceName(); // ::com::sun::star::lang::XServiceInfo -DECLIMPL_SERVICEINFO_DERIVED( UnoFrameControl, ControlContainerBase, szServiceName_UnoPageControl ) +DECLIMPL_SERVICEINFO_DERIVED( UnoFrameControl, ControlContainerBase, szServiceName_UnoFrameControl ) }; #endif // INCLUDED_TOOLKIT_CONTROLS_DIALOGCONTROL_HXX
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
