Kaydet (Commit) 4cf17dc5 authored tarafından Philipp Riemer's avatar Philipp Riemer

translate remaining German comments in sw/inc

Change-Id: I76b03fd1fe374562fc7714361d08bc683ca8cb01
üst e481740c
...@@ -129,8 +129,8 @@ public: ...@@ -129,8 +129,8 @@ public:
explicit SwIndexReg(); explicit SwIndexReg();
virtual ~SwIndexReg(); virtual ~SwIndexReg();
// rtti, abgeleitete moegens gleichtun oder nicht. Wenn sie es gleichtun /// rtti, derived classes might do the same. If so, one can cast typesavely
// kann ueber das SwIndexReg typsicher gecastet werden. /// via SwIndexReg.
TYPEINFO(); TYPEINFO();
void MoveTo( SwIndexReg& rArr ); void MoveTo( SwIndexReg& rArr );
......
...@@ -206,7 +206,7 @@ public: ...@@ -206,7 +206,7 @@ public:
/// End: Data collected during idle time /// End: Data collected during idle time
protected: protected:
/// fuers Umhaengen der TxtFmtCollections (Outline-Nummerierung!!) /// for hanging TxtFmtCollections somewhere else (Outline-Numbering!)
virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ); virtual void Modify( const SfxPoolItem*, const SfxPoolItem* );
virtual void SwClientNotify( const SwModify&, const SfxHint& ); virtual void SwClientNotify( const SwModify&, const SfxHint& );
......
...@@ -569,8 +569,6 @@ public: ...@@ -569,8 +569,6 @@ public:
/// Set pointer in format of section on itself. /// Set pointer in format of section on itself.
void NodesArrChgd(); void NodesArrChgd();
// ueberprueft bei _nicht_ versteckten Bereichen, ob es Inhalt gibt, der
// _nicht_ in einem versteckten (Unter-)Bereich liegt
/** Check for not hidden areas whether there is content that is not in /** Check for not hidden areas whether there is content that is not in
a hidden sub-area. */ a hidden sub-area. */
sal_Bool IsCntntHidden() const; sal_Bool IsCntntHidden() const;
......
...@@ -54,7 +54,7 @@ enum TblChgMode ...@@ -54,7 +54,7 @@ enum TblChgMode
enum SplitTbl_HeadlineOption enum SplitTbl_HeadlineOption
{ {
HEADLINE_NONE = 0, // Leave everything in place. HEADLINE_NONE = 0, // Leave everything in place.
HEADLINE_BORDERCOPY, // von der davor obere Line der vorhergehen Line HEADLINE_BORDERCOPY, // Copy border of the previous line.
HEADLINE_CNTNTCOPY, // Copy 1st line with all contents. HEADLINE_CNTNTCOPY, // Copy 1st line with all contents.
HEADLINE_BOXATTRCOPY, // Copy box attributs of 1st line. HEADLINE_BOXATTRCOPY, // Copy box attributs of 1st line.
HEADLINE_BOXATRCOLLCOPY // Copy box attributes and paragraph styles of 1st line. HEADLINE_BOXATRCOLLCOPY // Copy box attributes and paragraph styles of 1st line.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment