diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:23:08 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:23:08 +0000 |
commit | c3d81d7b4960e0ac9ef9c5983c759219b7523102 (patch) | |
tree | 3e79f8fc080fdd2b6b06b33048065978fecc0329 /ucb/workben | |
parent | 3d6392243fe69318e2eb76182413c1fc41854ccf (diff) |
INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED
2007/05/11 09:20:57 kso 1.4.40.1: 76911# - ucbhelper lib no longer uses VOS.
(vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/ucb/srcharg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/workben/ucb/srcharg.cxx b/ucb/workben/ucb/srcharg.cxx index 94f28f0ea55b..131c5e489f53 100644 --- a/ucb/workben/ucb/srcharg.cxx +++ b/ucb/workben/ucb/srcharg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: srcharg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:10:04 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:23:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -437,7 +437,7 @@ bool parseSearchArgument(String const & rInput, ucb::SearchInfo & rInfo) bNegative = true; ++r; } - sal_uInt64 nNumber = 0; + sal_Int64 nNumber = 0; bool bDigits = false; while (r != pEnd && INetMIME::isDigit(*r)) { |