diff options
author | Eike Rathke <erack@redhat.com> | 2017-08-29 11:09:34 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-08-29 12:42:52 +0200 |
commit | d34fa1fc643cc49253e7340b3de1c87a49875e8a (patch) | |
tree | 12d5043aff021a54282506597f1dc293183bca92 /sc/inc | |
parent | 408b260c4f2873439473d8520352c1b3acaa157a (diff) |
Export to PNG: export selected cell range only, not as page, tdf#108317
Change-Id: If662f4ed360c702e572fc5d7b473eb53b9cb14d2
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 00ff88999bd0..67ee07440884 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -106,7 +106,8 @@ private: bool FillRenderMarkData( const css::uno::Any& aSelection, const css::uno::Sequence< css::beans::PropertyValue >& rOptions, - ScMarkData& rMark, ScPrintSelectionStatus& rStatus, OUString& rPagesStr ) const; + ScMarkData& rMark, ScPrintSelectionStatus& rStatus, OUString& rPagesStr, + bool& rbRenderToGraphic ) const; css::uno::Reference<css::uno::XAggregation> const & GetFormatter(); void HandleCalculateEvents(); |