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 ++++++++++++++-------------- svx/util/svxcore.component | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'svx/util') 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"> diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index 5555c2a88b10..1e6d1c7ef793 100644 --- a/svx/util/svxcore.component +++ b/svx/util/svxcore.component @@ -19,7 +19,7 @@ + constructor="com_sun_star_comp_Draw_GraphicExporter_get_implementation"> @@ -41,17 +41,17 @@ + constructor="com_sun_star_comp_Svx_GraphicExportHelper_get_implementation"> + constructor="com_sun_star_comp_Svx_GraphicImportHelper_get_implementation"> + constructor="com_sun_star_comp_graphic_PrimitiveFactory2D_get_implementation"> -- cgit