summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlstyli.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-22 23:15:34 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-23 12:21:52 +0200
commit333f9d3016bf9a246dfa96bc32c064281f36f355 (patch)
tree0a27e80605d86a65707536ed668cdd14f12f9152 /sc/source/filter/xml/xmlstyli.cxx
parentsupport export of databar information to extlst for excel2010 (diff)
downloadcore-333f9d3016bf9a246dfa96bc32c064281f36f355.tar.gz
core-333f9d3016bf9a246dfa96bc32c064281f36f355.zip
sal_True -> true
Change-Id: I7d8c637746d8f29704adf94b20559d539d0ec56c
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.cxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index 9bf6de739330..1ef7cdae696f 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -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)