summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 12:27:07 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:14 +0200
commitbd71519642fa88b7fd294af8aedb2156750bf1dd (patch)
treed5ff1a24eb70bf459d9158d5e0a165e84fd5a166
parentf8aca00c11194e26fc7baf86bde3b6c3c14c5061 (diff)
sal_Bool->bool
Change-Id: Ia988881bc597ce4c66c889cecc437dd565aefd9e
-rw-r--r--sc/source/ui/unoobj/celllistsource.cxx2
-rw-r--r--sc/source/ui/unoobj/celllistsource.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/celllistsource.cxx b/sc/source/ui/unoobj/celllistsource.cxx
index da3e1a7bd1da..4867a63bdae9 100644
--- a/sc/source/ui/unoobj/celllistsource.cxx
+++ b/sc/source/ui/unoobj/celllistsource.cxx
@@ -419,7 +419,7 @@ namespace calc
// range. In this case, we need to fire a change in our CellRange property, and additionally
// notify our XListEntryListeners
- m_bInitialized = sal_True;
+ m_bInitialized = true;
}
//.........................................................................
diff --git a/sc/source/ui/unoobj/celllistsource.hxx b/sc/source/ui/unoobj/celllistsource.hxx
index 469eb10f25e2..ffc4e637f37d 100644
--- a/sc/source/ui/unoobj/celllistsource.hxx
+++ b/sc/source/ui/unoobj/celllistsource.hxx
@@ -68,7 +68,7 @@ namespace calc
m_xRange; /// the range of cells we're bound to
::cppu::OInterfaceContainerHelper
m_aListEntryListeners; /// our listeners
- sal_Bool m_bInitialized; /// has XInitialization::initialize been called?
+ bool m_bInitialized; /// has XInitialization::initialize been called?
public:
OCellListSource(