summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:44:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:44:27 +0000
commitc5d1668005e0d9589753a48d96f74014e643923e (patch)
treed07522a4e35ee56f964206e014e52f42ba6bd97f /ucb
parent536911709ebb339b3b1aaad212333674a97266c0 (diff)
INTEGRATION: CWS pj65 (1.17.12); FILE MERGED
2006/10/31 13:58:00 pjanik 1.17.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/package/pkguri.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/pkguri.cxx b/ucb/source/ucp/package/pkguri.cxx
index 28139c9e3e99..a68b63dd779b 100644
--- a/ucb/source/ucp/package/pkguri.cxx
+++ b/ucb/source/ucp/package/pkguri.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pkguri.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:00:45 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:44:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -271,7 +271,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);