diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-13 15:28:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:20 +0200 |
commit | c6d99137824101199c8bc1300ef927529539aace (patch) | |
tree | 7580ca4da5dee73fb8bccb34c878b4444a23f3e6 /sc/source/ui/miscdlgs/highred.cxx | |
parent | 8cdcfc7b490135540b0487ca8761321a75a509d9 (diff) |
sal_Bool->bool
Change-Id: I2357e07427778fdd7e53aaf964f5879a14937ddd
Diffstat (limited to 'sc/source/ui/miscdlgs/highred.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/highred.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/highred.cxx b/sc/source/ui/miscdlgs/highred.cxx index f18a9db080ca..f57e5deff296 100644 --- a/sc/source/ui/miscdlgs/highred.cxx +++ b/sc/source/ui/miscdlgs/highred.cxx @@ -155,7 +155,7 @@ sal_Bool ScHighlightChgDlg::Close() return DoClose( ScHighlightChgDlgWrapper::GetChildWindowId() ); } -void ScHighlightChgDlg::RefInputDone( sal_Bool bForced) +void ScHighlightChgDlg::RefInputDone( bool bForced) { ScAnyRefDlg::RefInputDone(bForced); if(bForced || !m_pRbAssign->IsVisible()) @@ -171,7 +171,7 @@ void ScHighlightChgDlg::SetActive() { } -sal_Bool ScHighlightChgDlg::IsRefInputMode() const +bool ScHighlightChgDlg::IsRefInputMode() const { return m_pEdAssign->IsVisible(); } |