diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-13 14:11:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:16 +0200 |
commit | 27042facc6e2c21be630c709d4818962db63352d (patch) | |
tree | c6797eea510878ecd2a57b7b7b86db1bf0ebb0b5 /sc | |
parent | 0db5358ba93a7c7a18d9c09d2476f54d7ddc5ab9 (diff) |
sal_Bool->bool
Change-Id: I927e6253a5aaed8b9ecb1481fb5125dc223012d9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/AccessibleContextBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx index 8c6daa88fdf8..5f5a3db02f4b 100644 --- a/sc/source/ui/inc/AccessibleContextBase.hxx +++ b/sc/source/ui/inc/AccessibleContextBase.hxx @@ -295,7 +295,7 @@ protected: /// Calls all FocusListener to tell they that the focus is lost. void CommitFocusLost() const; - sal_Bool IsDefunc() const { return rBHelper.bDisposed; } + bool IsDefunc() const { return rBHelper.bDisposed; } virtual void IsObjectValid() const throw (::com::sun::star::lang::DisposedException); |