summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaframes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaframes.hxx')
-rw-r--r--sw/source/ui/vba/vbaframes.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/vba/vbaframes.hxx b/sw/source/ui/vba/vbaframes.hxx
index 8810c9e6b2dd..fb3f3b06c78a 100644
--- a/sw/source/ui/vba/vbaframes.hxx
+++ b/sw/source/ui/vba/vbaframes.hxx
@@ -37,13 +37,13 @@ public:
virtual ~SwVbaFrames() {}
// XEnumerationAccess
- virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException);
- virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException);
+ virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) SAL_OVERRIDE;
+ virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) SAL_OVERRIDE;
// SwVbaFrames_BASE
- virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
- virtual OUString getServiceImplName();
- virtual css::uno::Sequence<OUString> getServiceNames();
+ virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) SAL_OVERRIDE;
+ virtual OUString getServiceImplName() SAL_OVERRIDE;
+ virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
};