summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/accessibleruler.hxx2
-rw-r--r--include/svtools/popupmenucontrollerbase.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/accessibleruler.hxx b/include/svtools/accessibleruler.hxx
index 5e47c7e076ef..2f814bdfa920 100644
--- a/include/svtools/accessibleruler.hxx
+++ b/include/svtools/accessibleruler.hxx
@@ -67,7 +67,7 @@ public:
const css::uno::Reference< css::accessibility::XAccessible>& rxParent, Ruler& rRepresentation, const ::rtl::OUString& rName );
/// @throws css::uno::RuntimeException
- bool SAL_CALL
+ bool
isVisible();
//===== XAccessible =====================================================
diff --git a/include/svtools/popupmenucontrollerbase.hxx b/include/svtools/popupmenucontrollerbase.hxx
index f9ee89f0cec9..ff4b62f04313 100644
--- a/include/svtools/popupmenucontrollerbase.hxx
+++ b/include/svtools/popupmenucontrollerbase.hxx
@@ -100,7 +100,7 @@ namespace svt
void throwIfDisposed();
/** helper method to cause statusChanged is called once for the given command url */
- void SAL_CALL updateCommand( const OUString& rCommandURL );
+ void updateCommand( const OUString& rCommandURL );
/** this function is called upon disposing the component
*/