summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/jservices.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-15 11:47:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-15 11:47:49 +0000
commit1f3821d8b7a464eaf8455e079010874166cacdcc (patch)
tree9ba5a055a0a6656db77bd86afad42fa7f9cc6653 /connectivity/source/drivers/jdbc/jservices.cxx
parent2bbcd2f4d7a32ab501384b4d382a5b598bf0905e (diff)
INTEGRATION: CWS oj08 (1.4.174); FILE MERGED
2004/01/29 09:30:05 oj 1.4.174.1: #i19884# change filteroperator
Diffstat (limited to 'connectivity/source/drivers/jdbc/jservices.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/jservices.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/jservices.cxx b/connectivity/source/drivers/jdbc/jservices.cxx
index 6f324b510455..ca9e0701bf9c 100644
--- a/connectivity/source/drivers/jdbc/jservices.cxx
+++ b/connectivity/source/drivers/jdbc/jservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jservices.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2001-05-22 10:39:51 $
+ * last change: $Author: obo $ $Date: 2004-03-15 12:47:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ void REGISTER_PROVIDER(
Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) );
OSL_ENSURE(xNewKey.is(), "SBA::component_writeInfo : could not create a registry key !");
- for (sal_uInt32 i=0; i<Services.getLength(); ++i)
+ for (sal_Int32 i=0; i<Services.getLength(); ++i)
xNewKey->createKey(Services[i]);
}