From 39adbb9593c764429e9ed2176dde755809b3af0f Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sun, 14 May 2017 15:55:54 +0200 Subject: 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 Reviewed-by: Michael Stahl --- dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx') diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index b89c7f585ed1..80e8cd603343 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx @@ -1261,7 +1261,7 @@ void OSelectionBrowseBox::RemoveColumn(sal_uInt16 _nColumnId) EditBrowseBox::RemoveColumn( _nColumnId ); InsertDataColumn( _nColumnId , OUString(), DEFAULT_SIZE ); - // Neuzeichnen + // redraw tools::Rectangle aInvalidRect = GetInvalidRect( _nColumnId ); Invalidate( aInvalidRect ); @@ -2116,7 +2116,7 @@ OUString OSelectionBrowseBox::GetCellText(long nRow, sal_uInt16 nColId) const case BROW_FIELD_ROW: { OUString aField = pEntry->GetField(); - if (!aField.isEmpty() && aField[0] == '*') // * durch alias.* ersetzen + if (!aField.isEmpty() && aField[0] == '*') // * replace with alias.* { aField = pEntry->GetAlias(); if(!aField.isEmpty()) -- cgit