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 /stoc/source/security | |
parent | dbd640e501b559e6910950d33b0cfd297d3a1cfd (diff) |
Unify ctor functions to have _get_implementation suffix.
Change-Id: I07fe0671d0633ef9480a4f3431df6a64c7902db8
Diffstat (limited to 'stoc/source/security')
-rw-r--r-- | stoc/source/security/access_controller.cxx | 2 | ||||
-rw-r--r-- | stoc/source/security/file_policy.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index 0be6b2c1eb9e..9edb8c4edef3 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -980,7 +980,7 @@ Sequence< OUString > AccessController::getSupportedServiceNames() } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_security_comp_stoc_AccessController( +com_sun_star_security_comp_stoc_AccessController_get_implementation( css::uno::XComponentContext *context, css::uno::Sequence<css::uno::Any> const &) { diff --git a/stoc/source/security/file_policy.cxx b/stoc/source/security/file_policy.cxx index 8dc3a47c78fd..47d1ae602a3e 100644 --- a/stoc/source/security/file_policy.cxx +++ b/stoc/source/security/file_policy.cxx @@ -542,7 +542,7 @@ Sequence< OUString > FilePolicy::getSupportedServiceNames() } // namespace extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL -com_sun_star_security_comp_stoc_FilePolicy( +com_sun_star_security_comp_stoc_FilePolicy_get_implementation( css::uno::XComponentContext *context, css::uno::Sequence<css::uno::Any> const &) { |