summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcnct.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-02-02 17:23:50 +0100
committerChristoph Herzog <rhogez@googlemail.com>2011-02-02 17:29:24 +0100
commit1837819121b2a7c4009d83d48c67e06c40a6b346 (patch)
tree33078a95d3f8bc5536c30157f9e15a68404219bf /sw/inc/fmtcnct.hxx
parent48518b08a0d022a6033eab152df15b11a0bb0d04 (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/fmtcnct.hxx')
-rw-r--r--sw/inc/fmtcnct.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/inc/fmtcnct.hxx b/sw/inc/fmtcnct.hxx
index acfe46844cf3..1e492cf37b3a 100644
--- a/sw/inc/fmtcnct.hxx
+++ b/sw/inc/fmtcnct.hxx
@@ -37,12 +37,11 @@
class SwFlyFrmFmt;
class IntlWrapper;
-//Verbindung (Textfluss) zwischen zwei FlyFrms
-
+// Connection (text flow) between two FlyFrms.
class SW_DLLPUBLIC SwFmtChain: public SfxPoolItem
{
- SwClient aPrev, //Vorgaenger (SwFlyFrmFmt), wenn es diesen gibt.
- aNext; //Nachfolger (SwFlyFrmFmt), wenn es diesen gibt.
+ SwClient aPrev, // Previous SwFlyFrmFmt (if existent).
+ aNext; // Next SwFlyFrmFmt (if existent).
public:
@@ -51,7 +50,7 @@ public:
inline SwFmtChain &operator=( const SwFmtChain& );
- // "pure virtual methods" of SfxPoolItem
+ // "Pure virtual methods" of SfxPoolItem.
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,