summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCellBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/AccessibleCellBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCellBase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessibleCellBase.hxx b/sc/source/ui/inc/AccessibleCellBase.hxx
index 09781152d7c2..779d166525d2 100644
--- a/sc/source/ui/inc/AccessibleCellBase.hxx
+++ b/sc/source/ui/inc/AccessibleCellBase.hxx
@@ -137,14 +137,14 @@ private:
const com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
protected:
- virtual OUString SAL_CALL GetNote(void)
+ OUString SAL_CALL GetNote(void)
throw (::com::sun::star::uno::RuntimeException);
- virtual OUString SAL_CALL GetAllDisplayNote(void)
+ OUString SAL_CALL GetAllDisplayNote(void)
throw (::com::sun::star::uno::RuntimeException);
- virtual OUString SAL_CALL getShadowAttrs(void)
+ OUString SAL_CALL getShadowAttrs(void)
throw (::com::sun::star::uno::RuntimeException);
- virtual OUString SAL_CALL getBorderAttrs(void)
+ OUString SAL_CALL getBorderAttrs(void)
throw (::com::sun::star::uno::RuntimeException);
public:
const ScAddress& GetCellAddress() const { return maCellAddress; }