diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 15:06:17 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 15:12:01 +0100 |
commit | a700ce8e2b2f2dad50bf36dfd69de577211f1dc3 (patch) | |
tree | 8bcbcf20f60a2c33d6282b500c442b649b048f47 /svx/source/unodraw | |
parent | dbd640e501b559e6910950d33b0cfd297d3a1cfd (diff) |
Unify ctor functions to have _get_implementation suffix.
Change-Id: I07fe0671d0633ef9480a4f3431df6a64c7902db8
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/recoveryui.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoctabl.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoshcol.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 93b280254052..9a21919750b2 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -1281,7 +1281,7 @@ Graphic SvxGetGraphicForShape( SdrObject& rShape, bool bVector ) } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_comp_Draw_GraphicExporter_implementation_getFactory( +com_sun_star_comp_Draw_GraphicExporter_get_implementation( SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence<css::uno::Any> const &) { diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx index 386762666977..1644601e76e3 100644 --- a/svx/source/unodraw/recoveryui.cxx +++ b/svx/source/unodraw/recoveryui.cxx @@ -420,7 +420,7 @@ void RecoveryUI::impl_showAllRecoveredDocs() } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_comp_svx_RecoveryUI_implementation_getFactory( +com_sun_star_comp_svx_RecoveryUI_get_implementation( css::uno::XComponentContext *context, css::uno::Sequence<css::uno::Any> const &) { diff --git a/svx/source/unodraw/unoctabl.cxx b/svx/source/unodraw/unoctabl.cxx index f30e6ae1b851..c1afe3db6dcf 100644 --- a/svx/source/unodraw/unoctabl.cxx +++ b/svx/source/unodraw/unoctabl.cxx @@ -191,7 +191,7 @@ sal_Bool SAL_CALL SvxUnoColorTable::hasElements() } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_drawing_SvxUnoColorTable_implementation_getFactory( +com_sun_star_drawing_SvxUnoColorTable_get_implementation( SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence<css::uno::Any> const &) { diff --git a/svx/source/unodraw/unoshcol.cxx b/svx/source/unodraw/unoshcol.cxx index 03377349a9bb..916d1f07a001 100644 --- a/svx/source/unodraw/unoshcol.cxx +++ b/svx/source/unodraw/unoshcol.cxx @@ -269,7 +269,7 @@ uno::Sequence< OUString > SAL_CALL SvxShapeCollection::getSupportedServiceNames( } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_drawing_SvxShapeCollection_implementation_getFactory( +com_sun_star_drawing_SvxShapeCollection_get_implementation( SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence<css::uno::Any> const &) { |