summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 14:29:17 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:17 +0200
commitf30f646e1e132fb3e5019669657ebc1a33ccb1fc (patch)
tree82513cf0e2605299df258c2e71baacfa4bb19b36 /sw/inc/accmap.hxx
parentsal_Bool->bool (diff)
downloadcore-f30f646e1e132fb3e5019669657ebc1a33ccb1fc.tar.gz
core-f30f646e1e132fb3e5019669657ebc1a33ccb1fc.zip
sal_Bool->bool
Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 0329cf77ee22..13a609a205aa 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -264,7 +264,7 @@ public:
// IAccessibleViewForwarder
- virtual sal_Bool IsValid() const;
+ virtual bool IsValid() const;
virtual Rectangle GetVisibleArea() const;
virtual Point LogicToPixel (const Point& rPoint) const;
virtual Size LogicToPixel (const Size& rSize) const;