Kaydet (Commit) b11077a0 authored tarafından Caolán McNamara's avatar Caolán McNamara

SwRTFWriter::OutRTFBorder is gone, so no merging needed anymore

Change-Id: Ie60c09d7b7c626a0a7624e4c833d72eb5d0d5965
üst d0113938
...@@ -4211,9 +4211,6 @@ void WW8AttributeOutput::FormatFillGradient( const XFillGradientItem& /*rFillGra ...@@ -4211,9 +4211,6 @@ void WW8AttributeOutput::FormatFillGradient( const XFillGradientItem& /*rFillGra
WW8_BRCVer9 WW8Export::TranslateBorderLine(const SvxBorderLine& rLine, WW8_BRCVer9 WW8Export::TranslateBorderLine(const SvxBorderLine& rLine,
sal_uInt16 nDist, bool bShadow) sal_uInt16 nDist, bool bShadow)
{ {
// M.M. This function writes out border lines to the word format similar to
// what SwRTFWriter::OutRTFBorder does in the RTF filter Eventually it
// would be nice if all this functionality was in the one place
sal_uInt32 nColBGR = 0; sal_uInt32 nColBGR = 0;
sal_uInt16 nWidth = ::editeng::ConvertBorderWidthToWord( sal_uInt16 nWidth = ::editeng::ConvertBorderWidthToWord(
rLine.GetBorderLineStyle(), rLine.GetWidth()); rLine.GetBorderLineStyle(), rLine.GetWidth());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment