diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-13 21:45:57 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-13 21:53:48 +0200 |
commit | 3ded687bef4b72a9bb25ce8749c481809b9e04df (patch) | |
tree | ae67e75ba05267ffd95c30cd0b63399896e605f6 /sw/source | |
parent | 05874170fefb22ad1c461d5402ad30de2654453a (diff) |
SwBasicEscherEx::WritePictures: improve comment
Change-Id: I6763d18efb2b61462b0a92f847495884716f18bb
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/wrtw8esh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx index 1c5e838b1d19..a259e9130d57 100644 --- a/sw/source/filter/ww8/wrtw8esh.cxx +++ b/sw/source/filter/ww8/wrtw8esh.cxx @@ -2236,7 +2236,7 @@ SwEscherEx::SwEscherEx(SvStream* pStrm, WW8Export& rWW8Wrt) for( ; i--; pSdrObjs = rWrt.pSdrObjs, pTxtBxs = rWrt.pTxtBxs ) { - // "dummy char" (or any Count ?) - why? This knows only M$ + // "dummy char" (or any Count ?) - why? Only Microsoft knows it. GetStream().WriteChar( i ); OpenContainer( ESCHER_DgContainer ); |