summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/wrtww8gr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx
index 91ddb5d0604f..d509c8af8c35 100644
--- a/sw/source/filter/ww8/wrtww8gr.cxx
+++ b/sw/source/filter/ww8/wrtww8gr.cxx
@@ -73,10 +73,10 @@ using namespace ::com::sun::star;
// TODO:
// 5. convert the MapModes that Widows can't handle
-// OutGrf () is called for every GrafNode in the document. Es wird ein PicLocFc-Sprm
-// eingefuegt, der statt Adresse ein Magic sal_uLong enthaelt. Ausserdem wird
-// in der Graf-Klasse der GrfNode-Ptr gemerkt ( fuers spaetere Ausgeben der
-// Grafiken und Patchen der PicLocFc-Attribute )
+// OutGrf () is called for every GrfNode in the document. A PicLocFc-Sprm
+// will be inserted, which contains a magic number instead of an address.
+// The GrfNode-Ptr is saved in Graf-Class (used later for output of
+// the graphic and patching of the PicLocFc attributes)
void WW8Export::OutputGrfNode( const SwGrfNode& /*rNode*/ )
{