diff options
author | Johnny_M <klasse@partyheld.de> | 2017-05-14 15:55:54 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-22 22:06:56 +0200 |
commit | 39adbb9593c764429e9ed2176dde755809b3af0f (patch) | |
tree | c8098da80cebe97b1439f9c1b65aebbc983f2960 /dbaccess/source/ui/relationdesign/RelationController.cxx | |
parent | f060adefba5f67ec20d755cf1d95d49b62686ee5 (diff) |
Translate German comments and debug strings (leftovers in dirs d...)
Translates all (leftovers) found using a custom regex, in directories not
shown by /bin/find-german-comments and beginning with "d".
Additionally, one FormatEntry in dtrans/source/win32/ftransl/ftransl.cxx
is translated as well.
Change-Id: Ia9b3df0210830bd65443883b5f27d56aef811437
Reviewed-on: https://gerrit.libreoffice.org/37600
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationController.cxx')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RelationController.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx index 9c6ca8a42ec7..cf32dbacdd39 100644 --- a/dbaccess/source/ui/relationdesign/RelationController.cxx +++ b/dbaccess/source/ui/relationdesign/RelationController.cxx @@ -421,7 +421,7 @@ namespace } pTabConnData->SetConnLine( j, sColumnName, sRelatedName ); } - // Update/Del-Flags setzen + // set update/del flags sal_Int32 nUpdateRule = 0; sal_Int32 nDeleteRule = 0; xKey->getPropertyValue(PROPERTY_UPDATERULE) >>= nUpdateRule; @@ -430,7 +430,7 @@ namespace pTabConnData->SetUpdateRules( nUpdateRule ); pTabConnData->SetDeleteRules( nDeleteRule ); - // Kardinalitaet setzen + // set cardinality pTabConnData->SetCardinality(); } } |