summaryrefslogtreecommitdiffstats
path: root/sw/inc/edglbldc.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-01-19 18:38:15 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-01-21 13:53:15 +0000
commit23b19385f7dfc34a042889b3f0e3aa1f3ccc36a4 (patch)
tree7b1eb9508b1dd21647eb4723fc371ee1274d9e6d /sw/inc/edglbldc.hxx
parentReplace suitable equalsAscii calls with equalsAsciiL. (diff)
downloadcore-23b19385f7dfc34a042889b3f0e3aa1f3ccc36a4.tar.gz
core-23b19385f7dfc34a042889b3f0e3aa1f3ccc36a4.zip
Some translations of comments in /sw/in notably editsh.hxx
Diffstat (limited to 'sw/inc/edglbldc.hxx')
-rw-r--r--sw/inc/edglbldc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx
index 9e6eced6fc44..d2075b01547e 100644
--- a/sw/inc/edglbldc.hxx
+++ b/sw/inc/edglbldc.hxx
@@ -54,7 +54,7 @@ public:
SwGlblDocContent( const SwTOXBaseSection* pTOX );
SwGlblDocContent( const SwSection* pSect );
- // Inhalte abfragen
+ // Query contents.
GlobalDocContentType GetType() const { return eType; }
const SwSection* GetSection() const
{ return GLBLDOC_SECTION == eType ? PTR.pSect : 0; }
@@ -62,7 +62,7 @@ public:
{ return GLBLDOC_TOXBASE == eType ? PTR.pTOX : 0; }
ULONG GetDocPos() const { return nDocPos; }
- // fuers Sortieren
+ // For sorting.
inline int operator==( const SwGlblDocContent& rCmp ) const
{ return GetDocPos() == rCmp.GetDocPos(); }
inline int operator<( const SwGlblDocContent& rCmp ) const