Kaydet (Commit) 27042fac authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I927e6253a5aaed8b9ecb1481fb5125dc223012d9
üst 0db5358b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment