summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
diff options
context:
space:
mode:
authorUrsache Vladimir <ursache@collabora.co.uk>2015-02-19 01:17:31 +0200
committerJan Holesovsky <kendy@collabora.com>2015-02-20 10:19:10 +0100
commit17984250e94a04f7989dbe42a5cf5353e3e2b076 (patch)
treebd8fb5c5bbf521037ed86a806ec751a79f057bc7 /stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
parent8f5eff2210dc96fa9da8775db5c4d117b63c1f78 (diff)
stocservices.component partly refactored to use the "constructor" feature.
Change-Id: I4c1c5e62de608738a91be4a234d9c160a18cbf8f
Diffstat (limited to 'stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx')
-rw-r--r--stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
index 272c4a8377ee..0276942cf2cc 100644
--- a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
+++ b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
@@ -143,4 +143,11 @@ css::uno::Sequence< OUString > getSupportedServiceNames() {
} }
+extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL
+com_sun_star_comp_uri_VndSunStarPkgUrlReferenceFactory_get_implementation(::com::sun::star::uno::XComponentContext* rxContext,
+ ::com::sun::star::uno::Sequence<css::uno::Any> const &)
+{
+ return ::cppu::acquire(new Factory(rxContext));
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */