Kaydet (Commit) 333f9d30 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

sal_True -> true

Change-Id: I7d8c637746d8f29704adf94b20559d539d0ec56c
üst c346c0cf
......@@ -516,7 +516,7 @@ void XMLTableStyleContext::FillPropertySet(
if (!bParentSet)
{
AddProperty(CTF_SC_CELLSTYLE, uno::makeAny(GetImport().GetStyleDisplayName( XML_STYLE_FAMILY_TABLE_CELL, GetParentName() )));
bParentSet = sal_True;
bParentSet = true;
}
sal_Int32 nNumFmt = GetNumberFormat();
if (nNumFmt >= 0)
......@@ -534,7 +534,7 @@ void XMLTableStyleContext::FillPropertySet(
++aItr;
}
AddProperty(CTF_SC_IMPORT_MAP, aConditionalFormat);
bConditionalFormatCreated = sal_True;
bConditionalFormatCreated = true;
}
}
else if (GetFamily() == XML_STYLE_FAMILY_TABLE_TABLE)
......
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