summaryrefslogtreecommitdiff
path: root/include/svx/IAccessibleParent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 14:06:44 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:14 +0200
commitd442a6460f5f1c897358a0e51727c90cd6746ae2 (patch)
treea3e46551b4664ef057f4ee420690ce8172dd1373 /include/svx/IAccessibleParent.hxx
parentea2fb5f8f9ea44d7da5f9d34760e470d696f587d (diff)
svx: sal_Bool->bool
and optimise some methods in bmpmask.hxx - they were unconditionally returning true, so convert them to void return type. Change-Id: If8b092a857ab80ead93112b0d627e41d5ccb3cf9
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