diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-31 17:53:02 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-04 13:59:17 -0500 |
commit | 07b66cd3ac1a9f6c7b61a1d7da6e9d266e6de92d (patch) | |
tree | 397de0713a6f6db9d9d4ff32342646ce30d4aa1b /sc/inc/table.hxx | |
parent | 835fee82efb70b40b94f6babc2706ee1eb66dcf7 (diff) |
Insert matrix formula vis ScDocumentImport, and more formula imorts.
Now SetGroupFormulaCell() is no longer used.
Change-Id: I10a387da04724794974eaf491a8efa4cda09d82a
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 126b0ae83dda..8eb75becd4d4 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -339,7 +339,6 @@ public: * is deleted automatically on failure to insert. */ ScFormulaCell* SetFormulaCell( SCCOL nCol, SCROW nRow, ScFormulaCell* pCell ); - bool SetGroupFormulaCell( SCCOL nCol, SCROW nRow, ScFormulaCell* pCell ); svl::SharedString GetSharedString( SCCOL nCol, SCROW nRow ) const; |