summaryrefslogtreecommitdiff
path: root/sw/inc/reffld.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-18 20:18:04 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-18 20:18:04 +0200
commitf7d86140c67a99c064651562f94050e0efe8e39e (patch)
treeba7b3e6549141fc8169b83e3c60c4a3d2473623c /sw/inc/reffld.hxx
parent4f51d1b7bb581607afe1427f40d432305617e856 (diff)
Translations of German comments.
Diffstat (limited to 'sw/inc/reffld.hxx')
-rw-r--r--sw/inc/reffld.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx
index 5b2b6cc10b66..cde49ce5a529 100644
--- a/sw/inc/reffld.hxx
+++ b/sw/inc/reffld.hxx
@@ -66,15 +66,13 @@ enum REFERENCEMARK
};
-/*--------------------------------------------------------------------
- Beschreibung: Referenz holen
- --------------------------------------------------------------------*/
+// Get reference.
class SwGetRefFieldType : public SwFieldType
{
SwDoc* pDoc;
protected:
- // ueberlagert, um alle Ref-Felder zu updaten
+ // Overlay in order to update all ref-fields.
virtual void Modify( const SfxPoolItem*, const SfxPoolItem * );
public:
SwGetRefFieldType(SwDoc* pDoc );
@@ -89,9 +87,6 @@ public:
sal_uInt16* pStt, sal_uInt16* pEnd = 0 );
};
-/*--------------------------------------------------------------------
- Beschreibung: Referenzfeld
- --------------------------------------------------------------------*/
class SW_DLLPUBLIC SwGetRefField : public SwField
{
@@ -130,7 +125,7 @@ public:
void SetExpand( const String& rStr ) { sTxt = rStr; }
- // SubType erfragen/setzen
+ // Get/set sub type.
virtual sal_uInt16 GetSubType() const;
virtual void SetSubType( sal_uInt16 n );
@@ -143,11 +138,11 @@ public:
String GetExpandedTxtOfReferencedTxtNode() const;
- // SequenceNo erfragen/setzen (nur fuer REF_SEQUENCEFLD interressant)
+ // Get/set SequenceNo (of interest only for REF_SEQUENCEFLD).
sal_uInt16 GetSeqNo() const { return nSeqNo; }
void SetSeqNo( sal_uInt16 n ) { nSeqNo = n; }
- // Name der Referenz
+ // Name of reference.
virtual const String& GetPar1() const;
virtual void SetPar1(const String& rStr);