Kaydet (Commit) 21f5a271 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some more sal_Bool -> bool

Change-Id: I576f264f31fabf58de6cafa28eb7ba5e5f43c148
üst e4738bfd
......@@ -788,7 +788,7 @@ CellPropertyValuesSeq_t DomainMapperTableHandler::endTableGetCellProperties(Tabl
const boost::optional<PropertyMap::Property> aHorizontalMergeVal = (*aCellIterator)->getProperty(PROP_HORIZONTAL_MERGE);
if (aHorizontalMergeVal)
{
if (aHorizontalMergeVal->second.get<sal_Bool>())
if (aHorizontalMergeVal->second.get<bool>())
{
// first cell in a merge
HorizontallyMergedCell aMerge(nRow, nCell);
......
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