summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/wrtw8esh.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 4bbd6e3f1bd0..b737fa123792 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -245,10 +245,10 @@ void SwBasicEscherEx::WriteHyperlinkWithinFly( SvMemoryStream& rStrm, const SwFo
else if( eProtocol != INetProtocol::NotValid )
{
tmpStrm.WriteBytes(aGuidUrlMoniker, sizeof(aGuidUrlMoniker));
- SwWW8Writer::WriteLong(tmpStrm, 2*(rUrl.getLength()+1));
+ SwWW8Writer::WriteLong(tmpStrm, 2*(rUrl.getLength()+1));
SwWW8Writer::WriteString16(tmpStrm, rUrl, true);
- nFlags |= WW8_HLINK_BODY | WW8_HLINK_ABS;
+ nFlags |= WW8_HLINK_BODY | WW8_HLINK_ABS;
}
else if (rUrl[0] == '#' )
{
@@ -265,7 +265,7 @@ void SwBasicEscherEx::WriteHyperlinkWithinFly( SvMemoryStream& rStrm, const SwFo
if (!tmpTextMark.isEmpty())
{
SwWW8Writer::WriteLong(tmpStrm, tmpTextMark.getLength()+1);
- SwWW8Writer::WriteString16(tmpStrm, tmpTextMark, true);
+ SwWW8Writer::WriteString16(tmpStrm, tmpTextMark, true);
nFlags |= WW8_HLINK_MARK;
}
@@ -2330,7 +2330,7 @@ SwEscherEx::SwEscherEx(SvStream* pStrm, WW8Export& rWW8Wrt)
CloseContainer(); // ESCHER_SpContainer
}
- CloseContainer(); // ESCHER_DgContainer
+ CloseContainer(); // ESCHER_DgContainer
}
}