summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/Oasis2OOo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/Oasis2OOo.hxx')
-rw-r--r--xmloff/source/transform/Oasis2OOo.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.hxx b/xmloff/source/transform/Oasis2OOo.hxx
index d99fd61276e6..db003472f1f8 100644
--- a/xmloff/source/transform/Oasis2OOo.hxx
+++ b/xmloff/source/transform/Oasis2OOo.hxx
@@ -36,9 +36,9 @@ protected:
virtual XMLTransformerContext *CreateUserDefinedContext(
const TransformerAction_Impl& rAction,
const OUString& rQName,
- sal_Bool bPersistent=sal_False );
+ sal_Bool bPersistent=sal_False ) SAL_OVERRIDE;
- virtual XMLTransformerActions *GetUserDefinedActions( sal_uInt16 n );
+ virtual XMLTransformerActions *GetUserDefinedActions( sal_uInt16 n ) SAL_OVERRIDE;
public:
Oasis2OOoTransformer () throw();
@@ -47,15 +47,15 @@ public:
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw();
// XServiceInfo
- virtual OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException, std::exception);
- virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException, std::exception);
- virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException, std::exception);
+ virtual OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XUnoTunnel
- virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException, std::exception);
+ virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual OUString GetEventName( const OUString& rName,
- sal_Bool bForm );
+ sal_Bool bForm ) SAL_OVERRIDE;
};
#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_OASIS2OOO_HXX