summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:56:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:24:40 +0100
commitf0dc6cda7580a2e070d3ad550fb4cd8577179203 (patch)
tree0b43dd6413d07bd971226c3398c7266af93f8f97 /include/filter
parent6bdd60462f57650273cd4f3da3cc5a2cccf9c9c7 (diff)
bool improvements
Change-Id: Ib0f16e57ce84a40412fd95bffd4f41a113810a96
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 3832ced90070..37157e539eb6 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -551,7 +551,7 @@ public:
static OUString MSDFFReadZString( SvStream& rIn,
sal_uInt32 nMaxLen,
- bool bUniCode = sal_False);
+ bool bUniCode = false);
static bool ReadCommonRecordHeader( SvStream& rSt,
sal_uInt8& rVer,