From 6ac0e1399a2be344284f192fb3445489346b1fba Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 7 Apr 2014 17:26:06 +0200 Subject: Remove silly PUT_SEMICOLON_AT_THE_END ...and rather live with macro calls not terminated by semicolons until those macros are gone for good anyway. Completely remove unused DECLARE_UNO3_XCOMPONENT_DEFAULTS. Change-Id: I0d4eb5a91736004b0da2b09fce860e57f6d1ddbd --- include/toolkit/controls/tkthrobber.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/toolkit/controls') diff --git a/include/toolkit/controls/tkthrobber.hxx b/include/toolkit/controls/tkthrobber.hxx index f952b2785b01..972690e173ec 100644 --- a/include/toolkit/controls/tkthrobber.hxx +++ b/include/toolkit/controls/tkthrobber.hxx @@ -75,7 +75,7 @@ namespace toolkit UnoThrobberControl(); OUString GetComponentServiceName(); - DECLARE_UNO3_AGG_DEFAULTS( UnoThrobberControl, UnoControlBase ); + DECLARE_UNO3_AGG_DEFAULTS( UnoThrobberControl, UnoControlBase ) ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL createPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit >& Toolkit, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& Parent ) throw(::com::sun::star::uno::RuntimeException); -- cgit