summaryrefslogtreecommitdiffstats
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 d9dde2fb2b08..45c074797c9a 100644
--- a/sc/source/ui/inc/AccessibleCellBase.hxx
+++ b/sc/source/ui/inc/AccessibleCellBase.hxx
@@ -121,14 +121,14 @@ private:
const css::uno::Reference<css::accessibility::XAccessibleStateSet>& rxParentStates);
protected:
/// @throw css::uno::RuntimeException
- OUString SAL_CALL GetNote();
+ OUString GetNote();
/// @throw css::uno::RuntimeException
- OUString SAL_CALL GetAllDisplayNote();
+ OUString GetAllDisplayNote();
/// @throw css::uno::RuntimeException
- OUString SAL_CALL getShadowAttrs();
+ OUString getShadowAttrs();
/// @throw css::uno::RuntimeException
- OUString SAL_CALL getBorderAttrs();
+ OUString getBorderAttrs();
public:
const ScAddress& GetCellAddress() const { return maCellAddress; }
};