summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xetable.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-07-02 02:37:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-07-02 03:08:32 +0200
commit93a5b7ee36818d60963e4fbe21f9e6c43c7c5a80 (patch)
tree12158c5222662a0ce4c229dfa40a2552e11c9c84 /sc/source/filter/inc/xetable.hxx
parentae4e42c87f10eda7efd74cb250253a4f6815d427 (diff)
don't forget the formula cell style during xls/xlsx export, fdo#66242
This reverts parts of commit 64223bda068cc6d82d3c5e359d465014568398bb. Change-Id: I6d5379aaedbf011b39a4cf076f0a43bc8a6cbc93
Diffstat (limited to 'sc/source/filter/inc/xetable.hxx')
-rw-r--r--sc/source/filter/inc/xetable.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index b0253b3c21ce..655d6ea6cc3e 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -451,7 +451,8 @@ class XclExpFormulaCell : public XclExpSingleCellBase
public:
explicit XclExpFormulaCell( const XclExpRoot& rRoot, const XclAddress& rXclPos,
- sal_uInt32 nForcedXFId, const ScFormulaCell& rScFmlaCell,
+ const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId,
+ const ScFormulaCell& rScFmlaCell,
XclExpArrayBuffer& rArrayBfr,
XclExpShrfmlaBuffer& rShrfmlaBfr,
XclExpTableopBuffer& rTableopBfr );