summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapivottables.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapivottables.hxx')
-rw-r--r--sc/source/ui/vba/vbapivottables.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbapivottables.hxx b/sc/source/ui/vba/vbapivottables.hxx
index 1baa3ef01a76..f71997899460 100644
--- a/sc/source/ui/vba/vbapivottables.hxx
+++ b/sc/source/ui/vba/vbapivottables.hxx
@@ -34,23 +34,23 @@ typedef CollTestImplHelper< ov::excel::XPivotTables > ScVbaPivotTables_BASE;
class ScVbaPivotTables : public ScVbaPivotTables_BASE
{
- virtual css::uno::Sequence<OUString> getServiceNames();
+ virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
public:
ScVbaPivotTables( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::container::XIndexAccess >& xIndexAccess );
virtual ~ScVbaPivotTables() {}
// 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;
// XPivotTables
// ScVbaPivotTables_BASE
- virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
+ virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) SAL_OVERRIDE;
- virtual OUString getServiceImplName();
+ virtual OUString getServiceImplName() SAL_OVERRIDE;
};