tdf#39468 Translate German comments
Translate German comments and terms in dbaccess/, forms/, fpicker/, framework/, and idl/ Change-Id: I08b3db9492f16fc1c457e8f5eff838c13561c945 Reviewed-on: https://gerrit.libreoffice.org/35888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
parent
63e36cdd9d
commit
ad3681df0a
@ -1538,7 +1538,7 @@ bool ORowSetCache::checkInnerJoin(const ::connectivity::OSQLParseNode *pNode,con
|
||||
else if (SQL_ISRULE(pNode,comparison_predicate))
|
||||
{
|
||||
// only the comparison of columns is allowed
|
||||
OSL_ENSURE(pNode->count() == 3,"checkInnerJoin: Fehler im Parse Tree");
|
||||
OSL_ENSURE(pNode->count() == 3,"checkInnerJoin: Error in Parse Tree");
|
||||
if (!(SQL_ISRULE(pNode->getChild(0),column_ref) &&
|
||||
SQL_ISRULE(pNode->getChild(2),column_ref) &&
|
||||
pNode->getChild(1)->getNodeType() == SQLNodeType::Equal))
|
||||
|
@ -22,6 +22,6 @@
|
||||
-o forms.OFixedTextModel
|
||||
-o forms.OFormattedControl
|
||||
#i109939 -o forms.OFormattedFieldWrapper
|
||||
# LäSST EIN DOKUMENT OFFEN -o forms.OFormsCollection
|
||||
# LETS A DOCUMENT OPEN -o forms.OFormsCollection
|
||||
-o forms.OGridControlModel
|
||||
-o forms.OGroupBoxControl
|
||||
|
@ -106,7 +106,7 @@ class OListBoxModel :public OBoundControlModel
|
||||
::connectivity::ORowSetValue m_aSaveValue;
|
||||
|
||||
// <properties>
|
||||
css::form::ListSourceType m_eListSourceType; // type der list source
|
||||
css::form::ListSourceType m_eListSourceType; // type of list source
|
||||
css::uno::Any m_aBoundColumn;
|
||||
ValueList m_aListSourceValues;
|
||||
ValueList m_aBoundValues; // do not write directly; use setBoundValues()
|
||||
|
@ -25,7 +25,7 @@
|
||||
namespace frm
|
||||
{
|
||||
|
||||
// PropertyId's, welche eine Zuordnung zu einen PropertyName haben
|
||||
// PropertyId's, who have a mapping to a PropertyName
|
||||
#define PROPERTY_ID_START 0
|
||||
|
||||
#define PROPERTY_ID_NAME (PROPERTY_ID_START + 1)
|
||||
|
@ -166,7 +166,7 @@ public:
|
||||
bool m_bNeedDelayedFilterExecute;
|
||||
|
||||
// list of the 5 most recently used filters
|
||||
// Defaultfilter for <All> oder <All ...>
|
||||
// Defaultfilter for <All> or <All ...>
|
||||
const SvtFileDialogFilter_Impl* _pDefaultFilter;
|
||||
|
||||
// MultiSelection?
|
||||
|
@ -29,7 +29,7 @@ namespace framework{
|
||||
@descr If you use a transaction manager as a member of your class and wish to use it earlier then other ones
|
||||
you should have a look on this implementation. You must use it as the first base class
|
||||
of your implementation - because base classes are initialized by his order and before your
|
||||
member! Thats why ist a good place to declare this member.
|
||||
member! Thats why is a good place to declare this member.
|
||||
@devstatus ready to use
|
||||
*//*-*************************************************************************************************************/
|
||||
struct TransactionBase
|
||||
|
@ -379,7 +379,7 @@ void SvMetaSlot::Insert( SvSlotElementList& rList)
|
||||
while ( !bFound && nLow <= nHigh )
|
||||
{
|
||||
nMid = (nLow + nHigh) >> 1;
|
||||
DBG_ASSERT( nMid < nListCount, "bsearch ist buggy" );
|
||||
DBG_ASSERT( nMid < nListCount, "bsearch is buggy" );
|
||||
int nDiff = (int) nId - (int) rList[ nMid ]->GetSlotId().GetValue();
|
||||
if ( nDiff < 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user