diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:44:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:44:16 +0000 |
commit | 536911709ebb339b3b1aaad212333674a97266c0 (patch) | |
tree | bedfb5b3e6a368db11bdc9028f16143a718cf57f /ucb | |
parent | ccff93011b1347bd4b7eb4e937b916f937967e65 (diff) |
INTEGRATION: CWS pj65 (1.8.12); FILE MERGED
2006/10/31 13:56:57 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchyuri.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchyuri.cxx b/ucb/source/ucp/hierarchy/hierarchyuri.cxx index 1a7761c8cc66..330c4f17b26a 100644 --- a/ucb/source/ucp/hierarchy/hierarchyuri.cxx +++ b/ucb/source/ucp/hierarchy/hierarchyuri.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hierarchyuri.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 13:57:02 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:44:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -260,7 +260,7 @@ inline bool isLowSurrogate(sal_uInt32 nUTF16) return nUTF16 >= 0xDC00 && nUTF16 <= 0xDFFF; } -inline sal_uInt32 getUTF32Character(sal_Unicode const *& rBegin, +sal_uInt32 getUTF32Character(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) { OSL_ASSERT(rBegin && rBegin < pEnd); |