summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/ww8atr.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@openoffice.org>2010-07-29 22:01:25 +0200
committerMiklos Vajna <vmiklos@openoffice.org>2010-07-29 22:01:25 +0200
commit07c00516bda861ca518034f42f78c74fb0c76493 (patch)
tree3adf593ed98201cc0873a00adc375a55b0fa4139 /sw/source/filter/ww8/ww8atr.cxx
parentcmcfixes76: #i113073# redundant dereferences (diff)
downloadcore-07c00516bda861ca518034f42f78c74fb0c76493.tar.gz
core-07c00516bda861ca518034f42f78c74fb0c76493.zip
vmiklos01: #i113532# add RtfExport based on MSWordExportBase
Diffstat (limited to 'sw/source/filter/ww8/ww8atr.cxx')
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 89aef162ec01..b39df7458df2 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -3340,7 +3340,7 @@ void WW8AttributeOutput::CharTwoLines( const SvxTwoLinesItem& rTwoLines )
m_rWW8Export.pO->Insert( (BYTE)0x02, m_rWW8Export.pO->Count() );
sal_Unicode cStart = rTwoLines.GetStartBracket();
- sal_Unicode cEnd = rTwoLines.GetStartBracket();
+ sal_Unicode cEnd = rTwoLines.GetEndBracket();
/*
As per usual we have problems. We can have seperate left and right brackets