From a700ce8e2b2f2dad50bf36dfd69de577211f1dc3 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 15 Jan 2014 15:06:17 +0100 Subject: Unify ctor functions to have _get_implementation suffix. Change-Id: I07fe0671d0633ef9480a4f3431df6a64c7902db8 --- svx/util/svx.component | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'svx/util/svx.component') diff --git a/svx/util/svx.component b/svx/util/svx.component index 848b28e433cf..8db99d97556b 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -20,60 +20,60 @@ + constructor="com_sun_star_comp_gallery_GalleryThemeProvider_get_implementation"> + constructor="com_sun_star_comp_svx_Impl_FindbarDispatcher_get_implementation"> + constructor="com_sun_star_comp_svx_RecoveryUI_get_implementation"> + constructor="com_sun_star_drawing_EnhancedCustomShapeEngine_get_implementation"> + constructor="com_sun_star_drawing_SvxShapeCollection_get_implementation"> + constructor="com_sun_star_drawing_SvxUnoColorTable_get_implementation"> + constructor="com_sun_star_svx_DownSearchToolboxController_get_implementation"> + constructor="com_sun_star_svx_FindTextToolboxController_get_implementation"> + constructor="com_sun_star_svx_MatchCaseToolboxController_get_implementation"> + constructor="com_sun_star_svx_FindAllToolboxController_get_implementation"> + constructor="com_sun_star_svx_FontHeightToolBoxController_get_implementation"> + constructor="com_sun_star_svx_UpSearchToolboxController_get_implementation"> + constructor="com_sun_star_svx_ExitFindbarToolboxController_get_implementation"> + constructor="org_apache_openoffice_comp_svx_sidebar_PanelFactory_get_implementation"> -- cgit