summaryrefslogtreecommitdiff
path: root/sw/inc/fmtsrnd.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-02-07 02:08:11 +0100
committerChristoph Herzog <rhogez@googlemail.com>2011-02-07 02:08:11 +0100
commit20d787bc8364d1c7e02e608b61709269ba8995eb (patch)
treedd810f91014481833f1249924b6b9eddb07a6be7 /sw/inc/fmtsrnd.hxx
parentc7c6be20b026b6409a2bc79f027297d78bb395d9 (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/fmtsrnd.hxx')
-rw-r--r--sw/inc/fmtsrnd.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx
index d33fd859bdeb..0bedda9c181e 100644
--- a/sw/inc/fmtsrnd.hxx
+++ b/sw/inc/fmtsrnd.hxx
@@ -36,9 +36,7 @@
#include <fmtsrndenum.hxx>
class IntlWrapper;
-//SwFmtSurround, wie soll sich der ---------------
-// Dokumentinhalt unter dem Rahmen verhalten ---
-
+// SwFmtSurround: How document content under the frame shall behave.
class SW_DLLPUBLIC SwFmtSurround: public SfxEnumItem
{
BOOL bAnchorOnly :1;
@@ -49,7 +47,7 @@ public:
SwFmtSurround( const SwFmtSurround & );
inline SwFmtSurround &operator=( const SwFmtSurround &rCpy );
- // "pure virtual Methods" of SfxPoolItem
+ // "Pure virtual Methods" of SfxPoolItem.
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;
virtual USHORT GetValueCount() const;