summaryrefslogtreecommitdiff
path: root/sc/source/ui/xmlsource
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 15:28:23 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:20 +0200
commitc6d99137824101199c8bc1300ef927529539aace (patch)
tree7580ca4da5dee73fb8bccb34c878b4444a23f3e6 /sc/source/ui/xmlsource
parent8cdcfc7b490135540b0487ca8761321a75a509d9 (diff)
sal_Bool->bool
Change-Id: I2357e07427778fdd7e53aaf964f5879a14937ddd
Diffstat (limited to 'sc/source/ui/xmlsource')
-rw-r--r--sc/source/ui/xmlsource/xmlsourcedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
index 5cd3cbd36999..3e20b56f68ec 100644
--- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx
+++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
@@ -118,7 +118,7 @@ ScXMLSourceDlg::ScXMLSourceDlg(
mpBtnSelectSource->GrabFocus(); // Initial focus is on the select source button.
}
-sal_Bool ScXMLSourceDlg::IsRefInputMode() const
+bool ScXMLSourceDlg::IsRefInputMode() const
{
return mpActiveEdit != NULL && mpActiveEdit->IsEnabled();
}