summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2011-03-23 23:16:24 +0100
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-03-24 06:55:10 +0100
commitf9079cc224f0a745e21ca72c6b23b2f873cd9004 (patch)
treefcc6297ccbd8a02f0797449c45ae84e9aee0c384 /connectivity/source/drivers/dbase
parent787b86549305cf0e5fdea28581b1a40f8ed3ef3d (diff)
translated comments
Diffstat (limited to 'connectivity/source/drivers/dbase')
-rwxr-xr-xconnectivity/source/drivers/dbase/dindexnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/dindexnode.cxx b/connectivity/source/drivers/dbase/dindexnode.cxx
index 53a384ad6853..590eb5b46fae 100755
--- a/connectivity/source/drivers/dbase/dindexnode.cxx
+++ b/connectivity/source/drivers/dbase/dindexnode.cxx
@@ -486,7 +486,7 @@ void ONDXPage::Merge(sal_uInt16 nParentNodePos, ONDXPagePtr xPage)
nMaxNodes_2 = nMaxNodes / 2;
// Determine if page is right or left neighbour
- sal_Bool bRight = ((*xPage)[0].GetKey() > (*this)[0].GetKey()); // sal_True, wenn xPage die rechte Seite ist
+ sal_Bool bRight = ((*xPage)[0].GetKey() > (*this)[0].GetKey()); // sal_True, whenn xPage the right side is
sal_uInt16 nNewCount = (*xPage).Count() + Count();
if (IsLeaf())