diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-03-27 23:27:32 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2015-03-28 11:52:41 +0100 |
commit | 39c4b2787ea05233dbd47ca71007c13487628284 (patch) | |
tree | de236f6bb3d8c4bb57ade46beff1570dc09cb17e /forms/source/component/scrollbar.hxx | |
parent | a9535fe984e9c547dfb96daf621813ea39608d9d (diff) |
forms: Replace these macros
Change-Id: I656905cf6f0e3647824ff3836fcea93920251264
Diffstat (limited to 'forms/source/component/scrollbar.hxx')
-rw-r--r-- | forms/source/component/scrollbar.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/scrollbar.hxx b/forms/source/component/scrollbar.hxx index a561c447be86..a99b391e4d16 100644 --- a/forms/source/component/scrollbar.hxx +++ b/forms/source/component/scrollbar.hxx @@ -20,7 +20,6 @@ #define INCLUDED_FORMS_SOURCE_COMPONENT_SCROLLBAR_HXX #include "FormComponent.hxx" -#include "frm_module.hxx" namespace frm { @@ -37,7 +36,8 @@ namespace frm protected: // XServiceInfo - DECLARE_SERVICE_REGISTRATION( OScrollBarModel ) + virtual OUString SAL_CALL getImplementationName() throw (::css::uno::RuntimeException, std::exception) SAL_OVERRIDE; + virtual ::css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (::css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XPersistObject DECLARE_XPERSISTOBJECT() |