summaryrefslogtreecommitdiff
path: root/include/svx/IAccessibleParent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/IAccessibleParent.hxx')
-rw-r--r--include/svx/IAccessibleParent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index 23e2aa582445..28d4a244f92e 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -74,7 +74,7 @@ public:
@raises RuntimeException
in case something went heavily wrong
*/
- virtual sal_Bool ReplaceChild (
+ virtual bool ReplaceChild (
AccessibleShape* pCurrentChild,
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rxShape,
const long _nIndex,
@@ -89,7 +89,7 @@ public:
GetAccessibleCaption (const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape>&)
throw (::com::sun::star::uno::RuntimeException){return NULL;};
- virtual sal_Bool IsDocumentSelAll(){ return sal_False; }
+ virtual bool IsDocumentSelAll(){ return false; }
};
} // end of namespace accessibility