summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2011-02-24 09:54:30 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-02-24 09:54:30 +0100
commit93315d93c345929f8bb63a99a0e3749d16669f7a (patch)
treea3b01a7f8023de8410ca54706d37673664543339 /connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
parentl10n: 'fold' from coreutils does not work well for some languages (diff)
downloadcore-93315d93c345929f8bb63a99a0e3749d16669f7a.tar.gz
core-93315d93c345929f8bb63a99a0e3749d16669f7a.zip
translated comments (36-45/54)
Diffstat (limited to 'connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx b/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
index 01c693f71838..8f0d67508936 100644
--- a/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
+++ b/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
@@ -52,7 +52,7 @@ java_sql_DriverPropertyInfo::~java_sql_DriverPropertyInfo()
// --------------------------------------------------------------------------------
jclass java_sql_DriverPropertyInfo::getMyClass() const
{
- // die Klasse muss nur einmal geholt werden, daher statisch
+ // the class must be fetched only once, therefore static
if( !theClass )
theClass = findMyClass("java/sql/DriverPropertyInfo");
return theClass;