diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-07 17:26:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-07 17:27:39 +0200 |
commit | 6ac0e1399a2be344284f192fb3445489346b1fba (patch) | |
tree | c79887c9a1ddf69718f231b1797dc03d06c4fc84 /forms/source/inc | |
parent | a8dd89b49ea26d8bfb27feab562191e61d4a7487 (diff) |
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
Diffstat (limited to 'forms/source/inc')
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 8 | ||||
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index adfb2ed524d9..9fbdf37e88f1 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -221,7 +221,7 @@ protected: void doResetDelegator(); // UNO - DECLARE_UNO3_AGG_DEFAULTS(OControl, OComponentHelper); + DECLARE_UNO3_AGG_DEFAULTS(OControl, OComponentHelper) virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XTypeProvider @@ -298,7 +298,7 @@ public: virtual ~OBoundControl(); - DECLARE_UNO3_AGG_DEFAULTS(OBoundControl, OControl); + DECLARE_UNO3_AGG_DEFAULTS(OBoundControl, OControl) virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XBoundControl @@ -405,7 +405,7 @@ protected: ::com::sun::star::uno::Sequence< OUString > getAggregateServiceNames(); public: - DECLARE_UNO3_AGG_DEFAULTS(OControl, OComponentHelper); + DECLARE_UNO3_AGG_DEFAULTS(OControl, OComponentHelper) virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XTypeProvider @@ -1022,7 +1022,7 @@ public: public: // UNO Anbindung - DECLARE_UNO3_AGG_DEFAULTS(OBoundControlModel, OControlModel); + DECLARE_UNO3_AGG_DEFAULTS(OBoundControlModel, OControlModel) virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; // OComponentHelper diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index f305a3a0b151..ddb8bbd691d0 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -299,7 +299,7 @@ public: OFormComponents( const OFormComponents& _cloneSource ); virtual ~OFormComponents(); - DECLARE_UNO3_AGG_DEFAULTS(OFormComponents, FormComponentsBase); + DECLARE_UNO3_AGG_DEFAULTS(OFormComponents, FormComponentsBase) virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _rType) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; |