summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.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 /sw/inc/accmap.hxx
parentsvx: sal_Bool->bool (diff)
downloadcore-d442a6460f5f1c897358a0e51727c90cd6746ae2.tar.gz
core-d442a6460f5f1c897358a0e51727c90cd6746ae2.zip
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 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 3a168227e6af..08e8a3756f7a 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -271,7 +271,7 @@ public:
virtual Size PixelToLogic (const Size& rSize) const;
// IAccessibleParent
- virtual sal_Bool ReplaceChild (
+ virtual bool ReplaceChild (
::accessibility::AccessibleShape* pCurrentChild,
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rxShape,
const long _nIndex,
@@ -312,7 +312,7 @@ private:
void GetMapMode( const Point& _rPoint,
MapMode& _orMapMode ) const;
public:
- virtual sal_Bool IsDocumentSelAll();
+ virtual bool IsDocumentSelAll();
::com::sun::star::uno::WeakReference < ::com::sun::star::accessibility::XAccessible >
GetCursorContext() const { return mxCursorContext; }