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

sal_Bool->bool

Change-Id: Ia988881bc597ce4c66c889cecc437dd565aefd9e
üst f8aca00c
......@@ -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;
}
//.........................................................................
......
......@@ -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(
......
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