summaryrefslogtreecommitdiff
path: root/sw/inc/flypos.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-01-26 10:38:06 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 09:48:57 +0100
commit394d77945c708c6ffc2fa0e09236f712c19478f0 (patch)
tree459b26dae612d004a470eda3dc3c81e00f093380 /sw/inc/flypos.hxx
parenta3edf8cb0776966328c63fa645137f2de1cbd662 (diff)
Translation of comments (minor, 6 files) in sw/inc
Diffstat (limited to 'sw/inc/flypos.hxx')
-rw-r--r--sw/inc/flypos.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/inc/flypos.hxx b/sw/inc/flypos.hxx
index ccc2ad73452b..315f72b4be35 100644
--- a/sw/inc/flypos.hxx
+++ b/sw/inc/flypos.hxx
@@ -35,17 +35,18 @@
class SwFrmFmt;
class SwNodeIndex;
-// Struktur zum Erfragen der akt. freifliegenden Rahmen am Dokument.
+
+// For querying current flys in document.
class SW_DLLPUBLIC SwPosFlyFrm
{
- const SwFrmFmt* pFrmFmt; // das FlyFrmFmt
- SwNodeIndex* pNdIdx; // es reicht ein Index auf den Node
+ const SwFrmFmt* pFrmFmt; // FlyFrmFmt
+ SwNodeIndex* pNdIdx; // Index for node is sufficient.
UINT32 nOrdNum;
public:
SwPosFlyFrm( const SwNodeIndex& , const SwFrmFmt*, USHORT nArrPos );
- virtual ~SwPosFlyFrm(); // virtual fuer die Writer (DLL !!)
+ virtual ~SwPosFlyFrm(); // Virtual for Writer (DLL !!)
- // operatoren fuer das Sort-Array
+ // Operators for sort array.
BOOL operator==( const SwPosFlyFrm& );
BOOL operator<( const SwPosFlyFrm& );