summaryrefslogtreecommitdiff
path: root/sw/inc/drawdoc.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/drawdoc.hxx
parent1e69be846c683e794c1b8f3de03389e8e8ca4aee (diff)
Some translations of comments in /sw/in notably editsh.hxx
Diffstat (limited to 'sw/inc/drawdoc.hxx')
-rw-r--r--sw/inc/drawdoc.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx
index 200ce214a1f6..8c5dd6f01a3b 100644
--- a/sw/inc/drawdoc.hxx
+++ b/sw/inc/drawdoc.hxx
@@ -47,10 +47,11 @@ public:
virtual SdrPage* AllocPage(bool bMasterPage);
- // fuers "load on demand" von Grafiken im DrawingLayer
+
+ // For "load on demand" of graphics in DrawingLayer.
virtual SvStream* GetDocumentStream( SdrDocumentStreamInfo& rInfo ) const;
- // fuers Speicher von Rechtecken als Control-Ersatz fuker Versionen < 5.0
+ // For saving of rectangles as control-replacement for versions < 5.0.
virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const;
protected: