summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgelem.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-17 15:03:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-17 15:20:46 +0200
commit9b77b33a2dbdbb3e44a51742f0bcb7dcdea4db52 (patch)
tree034193223be813d28dd23f4ada2a58acbdf5fce4 /sot/source/sdstor/stgelem.hxx
parent12685fe6b8c28ceeaacf590503c9c30ef64af3e9 (diff)
loplugin:implicitboolconversion clean-up
Change-Id: I10d50f76dff5d5e456b28393c48b4de21201779b
Diffstat (limited to 'sot/source/sdstor/stgelem.hxx')
-rw-r--r--sot/source/sdstor/stgelem.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 7afe2201318b..385ee9b25348 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -41,7 +41,9 @@ class StgHeader
sal_uInt16 nByteOrder; // 1C Unicode byte order indicator
sal_Int16 nPageSize; // 1E 1 << nPageSize = block size
sal_Int16 nDataPageSize; // 20 1 << this size == data block size
- sal_uInt8 bDirty; // 22 internal dirty flag
+ sal_uInt8 bDirty; // 22 internal dirty flag (should be
+ // bool, but probably required to
+ // be exactly one byte)
sal_uInt8 cReserved[ 9 ]; // 23
sal_Int32 nFATSize; // 2C total number of FAT pages
sal_Int32 nTOCstrm; // 30 starting page for the TOC stream