summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbasystem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbasystem.hxx')
-rw-r--r--sw/source/ui/vba/vbasystem.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/vba/vbasystem.hxx b/sw/source/ui/vba/vbasystem.hxx
index 2d1289b1428d..f43de3410de7 100644
--- a/sw/source/ui/vba/vbasystem.hxx
+++ b/sw/source/ui/vba/vbasystem.hxx
@@ -38,8 +38,8 @@ public:
void Initialize( const OUString& rFileName, const OString& rGroupName, const OString& rKey );
//PropListener
- virtual void setValueEvent( const css::uno::Any& value );
- virtual css::uno::Any getValueEvent();
+ virtual void setValueEvent( const css::uno::Any& value ) SAL_OVERRIDE;
+ virtual css::uno::Any getValueEvent() SAL_OVERRIDE;
};
class SwVbaSystem : public SwVbaSystem_BASE
@@ -52,13 +52,13 @@ public:
virtual ~SwVbaSystem();
// XSystem
- virtual sal_Int32 SAL_CALL getCursor() throw ( css::uno::RuntimeException, std::exception );
- virtual void SAL_CALL setCursor( sal_Int32 _cursor ) throw ( css::uno::RuntimeException, std::exception );
- virtual css::uno::Any SAL_CALL PrivateProfileString( const OUString& rFilename, const OUString& rSection, const OUString& rKey ) throw ( css::uno::RuntimeException, std::exception );
+ virtual sal_Int32 SAL_CALL getCursor() throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual void SAL_CALL setCursor( sal_Int32 _cursor ) throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual css::uno::Any SAL_CALL PrivateProfileString( const OUString& rFilename, const OUString& rSection, const OUString& rKey ) throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// XHelperInterface
- virtual OUString getServiceImplName();
- virtual css::uno::Sequence<OUString> getServiceNames();
+ virtual OUString getServiceImplName() SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
};
#endif // INCLUDED_SW_SOURCE_UI_VBA_VBASYSTEM_HXX