summaryrefslogtreecommitdiff
path: root/include/svx/IAccessibleViewForwarder.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 /include/svx/IAccessibleViewForwarder.hxx
parent27042facc6e2c21be630c709d4818962db63352d (diff)
sal_Bool->bool
Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6
Diffstat (limited to 'include/svx/IAccessibleViewForwarder.hxx')
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx
index f3e61650facb..cbf9f87a68b9 100644
--- a/include/svx/IAccessibleViewForwarder.hxx
+++ b/include/svx/IAccessibleViewForwarder.hxx
@@ -60,7 +60,7 @@ public:
@return
Return <true/> if the view forwarder is valid and <false/> else.
*/
- virtual sal_Bool IsValid (void) const = 0;
+ virtual bool IsValid (void) const = 0;
/** Returns the area of the underlying document that is visible in the
* corresponding window.