[Libreoffice-commits] core.git: mysqlc/source
Stephan Bergmann
sbergman at redhat.com
Mon Feb 3 00:48:07 PST 2014
mysqlc/source/mysqlc_subcomponent.hxx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit 22c6d5739ece983aacbb2f86a0a25e2e5c7249fe
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Feb 3 09:47:44 2014 +0100
Fix typos
Change-Id: I0314d439412e9fcc0fbc6a7702e5ec3cddafc0c5
diff --git a/mysqlc/source/mysqlc_subcomponent.hxx b/mysqlc/source/mysqlc_subcomponent.hxx
index 0647501..5aaf5e9 100644
--- a/mysqlc/source/mysqlc_subcomponent.hxx
+++ b/mysqlc/source/mysqlc_subcomponent.hxx
@@ -193,11 +193,12 @@ namespace connectivity
return aReturn;
}
+ }
#define DECLARE_SERVICE_INFO() \
virtual OUString SAL_CALL getImplementationName() throw (::com::sun::star::uno::RuntimeException); \
virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw(::com::sun::star::uno::RuntimeException); \
- virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException) \
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException)
#define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \
OUString SAL_CALL classname::getImplementationName() throw (::com::sun::star::uno::RuntimeException) \
@@ -212,9 +213,9 @@ namespace connectivity
} \
sal_Bool SAL_CALL classname::supportsService(const OUString& _rServiceName) throw(::com::sun::star::uno::RuntimeException) \
{ \
- return cppu::supportsService(this, ServiceName); \
- } \
+ return cppu::supportsService(this, _rServiceName); \
}
+
}
#endif // _CONNECTIVITY_OSUBCOMPONENT_HXX_
More information about the Libreoffice-commits
mailing list