summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 13:35:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 13:35:36 +0200
commita41ecf922771904cdebf17b29066389441716b2c (patch)
treee1579addc718e30db872f3dcc030861031393f7e /xmloff/source/text/txtparae.cxx
parent258d039798b9ca4cc95a14d62e30bb725ad2c8ec (diff)
loplugin:expandablemethods in xmloff
Change-Id: I995a4167ac4df5ca35d963dcf68ae802a997e1e1
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 12538b114278..e7e1a118e213 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -2925,8 +2925,8 @@ void XMLTextParagraphExport::_exportTextFrame(
SvXMLElementExport aElement( GetExport(), XML_NAMESPACE_DRAW,
XML_TEXT_BOX, true, true );
- // frame bound frames
- exportFramesBoundToFrame( xTxtFrame, bIsProgress );
+ // frames bound to frame
+ exportFrameFrames( false, bIsProgress, &xTxtFrame );
exportText( xTxt, false, bIsProgress, true );
}