summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-08-18 11:32:25 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-08-19 18:48:44 +0200
commit7a0f3d16e35dbc890734e263432afc8da7b4f777 (patch)
tree7a750eb7262134ffe1b0492d95f6608184a6aee3 /connectivity
parentb2f52f4372e65b9af0e6fda588ca8b49e370ec0c (diff)
Translate German comments
Change-Id: I1a4e41ccd3e3eb829419c45edd0417776a73c3ae Reviewed-on: https://gerrit.libreoffice.org/59285 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/TSortIndex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TSortIndex.cxx b/connectivity/source/commontools/TSortIndex.cxx
index 0f06aa11e625..0658c517a07d 100644
--- a/connectivity/source/commontools/TSortIndex.cxx
+++ b/connectivity/source/commontools/TSortIndex.cxx
@@ -117,7 +117,7 @@ void OSortIndex::AddKeyValue(std::unique_ptr<OKeyValue> pKeyValue)
void OSortIndex::Freeze()
{
OSL_ENSURE(! m_bFrozen,"OSortIndex::Freeze: already frozen!");
- // Sortierung:
+ // sorting:
if (m_aKeyType[0] != OKeyType::NONE)
// we will sort ourself when the first keyType say so
std::sort(m_aKeyValues.begin(),m_aKeyValues.end(),TKeyValueFunc(this));