summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-02 10:41:35 +0200
committerNoel Grandin <noel@peralex.com>2014-06-03 08:21:39 +0200
commit2537d2dd496c0d05042ca33b99760de79df67682 (patch)
tree80796bedaf348d58b621df99d167308f7651633b /include/filter
parent418c5f7a4911bb2f1a06858556131b1bc4ad54f6 (diff)
convert some sal_uInt8 fields to bool
Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/dffpropset.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/filter/msfilter/dffpropset.hxx b/include/filter/msfilter/dffpropset.hxx
index 6489cc4efbe1..19f7749c5ebf 100644
--- a/include/filter/msfilter/dffpropset.hxx
+++ b/include/filter/msfilter/dffpropset.hxx
@@ -26,10 +26,10 @@
struct DffPropFlags
{
- sal_uInt8 bSet : 1;
- sal_uInt8 bComplex : 1;
- sal_uInt8 bBlip : 1;
- sal_uInt8 bSoftAttr : 1;
+ bool bSet : 1;
+ bool bComplex : 1;
+ bool bBlip : 1;
+ bool bSoftAttr : 1;
};
struct DffPropSetEntry