diff options
Diffstat (limited to 'svl/source/uno/pathservice.cxx')
-rw-r--r-- | svl/source/uno/pathservice.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx index 6b428b160f64..3b4e0c178b2c 100644 --- a/svl/source/uno/pathservice.cxx +++ b/svl/source/uno/pathservice.cxx @@ -30,6 +30,8 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace { + class PathService : public ::cppu::WeakImplHelper< css::frame::XConfigManager, css::lang::XServiceInfo > { SvtPathOptions const m_aOptions; @@ -73,6 +75,7 @@ public: {} }; +} extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_svl_PathService_get_implementation(css::uno::XComponentContext*, |