summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-08-25 11:05:45 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-08-30 13:55:41 +0200
commit0b06762ff19a804d3b86167ae3012811662412f1 (patch)
tree32408020028059e43d5963e08e898f1c65ca1d8b /sw
parent9d847ff825c1c94286e8ab864a88fc5375d9341c (diff)
Translate German comments
Change-Id: I8e3b98e1ddc3f4f9826aa14383908d6b77f4827a Reviewed-on: https://gerrit.libreoffice.org/59592 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/cellfml.hxx2
-rw-r--r--sw/source/core/attr/cellatr.cxx4
-rw-r--r--sw/source/core/text/itrcrsr.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx4
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index 3aa83b22d8ef..96b52b576743 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -91,7 +91,7 @@ protected:
bool m_bValidValue; ///< true: recalculate formula
// find the node in which the formula is located
- // TextFeld -> TextNode,
+ // TextField -> TextNode,
// BoxAttribut -> BoxStartNode
// !!! every derived class must override this !!!
virtual const SwNode* GetNodeOfFormula() const = 0;
diff --git a/sw/source/core/attr/cellatr.cxx b/sw/source/core/attr/cellatr.cxx
index abc80746442d..26958ececdde 100644
--- a/sw/source/core/attr/cellatr.cxx
+++ b/sw/source/core/attr/cellatr.cxx
@@ -81,8 +81,8 @@ SfxPoolItem* SwTableBoxFormula::Clone( SfxItemPool* ) const
/** Get node type of the node containing this formula
- E.g. TextFeld -> TextNode, or
- BoxAttribute -> BoxStartNode
+ E.g. TextField -> TextNode, or
+ BoxAttribute -> BoxStartNode
Caution: Must override when inheriting.
*/
diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx
index f3770ba31ae3..c5c0733f48ca 100644
--- a/sw/source/core/text/itrcrsr.cxx
+++ b/sw/source/core/text/itrcrsr.cxx
@@ -516,7 +516,7 @@ void SwTextCursor::GetCharRect_( SwRect* pOrig, TextFrameIndex const nOfst,
// First all portions without Len at beginning of line are skipped.
// Exceptions are the mean special portions from WhichFirstPortion:
- // Num, ErgoSum, FootnoteNum, FeldReste
+ // Num, ErgoSum, FootnoteNum, FieldRests
// 8477: but also the only Textportion of an empty line with
// Right/Center-Adjustment! So not just pPor->GetExpandPortion() ...
while( pPor && !pPor->GetLen() && ! bInsideFirstField )
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index 9ca995ad4486..5e275d36034a 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -859,7 +859,7 @@ long SwWW8ImplReader::Read_Field(WW8PLCFManResult* pRes)
&SwWW8ImplReader::Read_F_Shape, // 95
nullptr // eMax - Dummy empty method
};
- OSL_ENSURE( SAL_N_ELEMENTS( aWW8FieldTab ) == eMax+1, "FeldFunc-Table not right" );
+ OSL_ENSURE( SAL_N_ELEMENTS( aWW8FieldTab ) == eMax+1, "FieldFunc table not right" );
WW8PLCFx_FLD* pF = m_xPlcxMan->GetField();
OSL_ENSURE(pF, "WW8PLCFx_FLD - Pointer not available");
@@ -1496,7 +1496,7 @@ eF_ResT SwWW8ImplReader::Read_F_Styleref(WW8FieldDesc*, OUString& rString)
eF_ResT SwWW8ImplReader::Read_F_DocInfo( WW8FieldDesc* pF, OUString& rStr )
{
sal_uInt16 nSub=0;
- // RegInfoFormat, DefaultFormat for DocInfoFelder
+ // RegInfoFormat, DefaultFormat for DocInfoFields
sal_uInt16 nReg = DI_SUB_AUTHOR;
bool bDateTime = false;
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index 07b93273c1a7..83ebb8ddab80 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -3478,7 +3478,7 @@ bool SwTransferable::PrivateDrop( SwWrtShell& rSh, const Point& rDragPt,
Point aSttPt( SwEditWin::GetDDStartPosX(), SwEditWin::GetDDStartPosY() );
- // at first, select INetFelder!
+ // at first, select InetFields!
if( TransferBufferType::InetField == m_eBufferType )
{
if( &rSrcSh == &rSh )