diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:00:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:24 +0100 |
commit | bd4053f895167978978023309925c85c3826b31a (patch) | |
tree | d55fee87747210eea35e901d7f78d33346972172 /sal/rtl/uri.cxx | |
parent | cc2606a785bf1a57623b8c58e7388112279f6b9e (diff) |
bool improvements
Change-Id: I7ae2b02e435d21390843c6c56877a8ce3a73f9f2
Diffstat (limited to 'sal/rtl/uri.cxx')
-rw-r--r-- | sal/rtl/uri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/uri.cxx b/sal/rtl/uri.cxx index 7e4402f785c8..513fb51d9900 100644 --- a/sal/rtl/uri.cxx +++ b/sal/rtl/uri.cxx @@ -142,7 +142,7 @@ sal_uInt32 readUcs4(sal_Unicode const ** pBegin, sal_Unicode const * pEnd, || nWeight1 > 11 || (nWeight2 = getHexWeight(p[2])) < 0) { - bUTF8 = sal_False; + bUTF8 = false; break; } p += 3; |