summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-28 14:31:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-28 14:31:14 +0100
commita038072fac478cd7b4e61dd2f96ec01bde6e4def (patch)
tree2701cd51c394349e02be2c6032c8193dea55cea0 /cppuhelper/inc
parent8a3a56507a2165714602bf4a462dfbac6d2192bf (diff)
add ;
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--cppuhelper/inc/cppuhelper/compbase9.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/compbase9.hxx b/cppuhelper/inc/cppuhelper/compbase9.hxx
index 42f68df8e30f..1e1660f33625 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.