diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 09:59:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:08 +0200 |
commit | 19d0ea98626e55613064ddf168b64520548d54aa (patch) | |
tree | a09a429d9ad3c31bca46a6269131f9ab44e7e391 /sc | |
parent | 7f9e5ec0c0e0ec5962bb9b8b72ca5894f2ff553c (diff) |
sal_Bool->bool
Change-Id: I0cb3c6b72fa8a747e5cfa7c185d956a9c6de68b3
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/tabopdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx index 5144553a7ca2..3b3b52f51e2d 100644 --- a/sc/source/ui/inc/tabopdlg.hxx +++ b/sc/source/ui/inc/tabopdlg.hxx @@ -80,7 +80,7 @@ private: ScDocument* pDoc; const SCTAB nCurTab; formula::RefEdit* pEdActive; - sal_Bool bDlgLostFocus; + bool bDlgLostFocus; const OUString errMsgNoFormula; const OUString errMsgNoColRow; const OUString errMsgWrongFormula; |