[Libreoffice-commits] core.git: include/toolkit
Zolnai Tamás
tamas.zolnai at collabora.com
Wed Jan 22 04:14:10 PST 2014
include/toolkit/controls/dialogcontrol.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4aa04075fbfcecd33a5c257e69d0c5858fcfb973
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
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
More information about the Libreoffice-commits
mailing list