diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 14:31:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 14:31:14 +0100 |
commit | a832cdc14b81f6c3704e66c2e34952cff6b7d76b (patch) | |
tree | fc6465d57d7bd75a350b8fb0b5a485fbaa0eb978 | |
parent | d7b793ec1eb65f8dcd6a36f56173ce3d44fb9f06 (diff) |
add ;
-rw-r--r-- | cppuhelper/inc/cppuhelper/compbase9.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/compbase9.hxx b/cppuhelper/inc/cppuhelper/compbase9.hxx index 78af19f38..aa9fd3d2d 100644 --- a/cppuhelper/inc/cppuhelper/compbase9.hxx +++ b/cppuhelper/inc/cppuhelper/compbase9.hxx @@ -122,7 +122,7 @@ namespace cppu { return WeakComponentImplHelper_getTypes( cd::get() ); } virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::sun::star::uno::RuntimeException) { return ImplHelper_getImplementationId( cd::get() ); } - } + }; /** Implementation helper supporting ::com::sun::star::lang::XTypeProvider and ::com::sun::star::lang::XComponent. |