summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/tree/drawtreevisiting.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-01 09:51:02 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-02 05:34:49 +0000
commit6c87b028406070332ab1c37dde323b1678cdf8e6 (patch)
tree51cd2bffdc152c02f7d72f3e98b450f84eb1c6c0 /sdext/source/pdfimport/tree/drawtreevisiting.cxx
parent389b08190092f9a9103b3ac098994ec83b2d0bfa (diff)
loplugin:countusersofdefaultparams in sd
Change-Id: I848d9b555a26e9d343efdfaaaec44a2c7d8be5b5 Reviewed-on: https://gerrit.libreoffice.org/27765 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source/pdfimport/tree/drawtreevisiting.cxx')
-rw-r--r--sdext/source/pdfimport/tree/drawtreevisiting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
index 7e74f740b8da..5eae94af8c95 100644
--- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
@@ -249,7 +249,7 @@ void DrawXmlEmitter::visit( FrameElement& elem, const std::list< Element* >::con
bool bTextBox = (dynamic_cast<ParagraphElement*>(elem.Children.front()) != nullptr);
PropertyMap aFrameProps;
- fillFrameProps( elem, aFrameProps, m_rEmitContext );
+ fillFrameProps( elem, aFrameProps, m_rEmitContext, false );
m_rEmitContext.rEmitter.beginTag( "draw:frame", aFrameProps );
if( bTextBox )
m_rEmitContext.rEmitter.beginTag( "draw:text-box", PropertyMap() );