summaryrefslogtreecommitdiff
path: root/ucb/workben
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:23:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:23:08 +0000
commit30b61f33981649df75ccb677a0dafc115f3f0c58 (patch)
tree593346925eb5dc7aa1ea6e88c1cf01a2481e5ed2 /ucb/workben
parent944db35cb3851beab7356d1bb287735b42a59a98 (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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/workben/ucb/srcharg.cxx b/ucb/workben/ucb/srcharg.cxx
index 94f28f0ea5..131c5e489f 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))
{