diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-08 01:20:22 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-08 09:21:11 -0500 |
commit | 94874973769fee81f8ab35b2aeb0dc22812a2b48 (patch) | |
tree | fe49d0ed7b71b76fcef49bf6d1dffac920a4c3b9 /sc/inc/table.hxx | |
parent | d7853c1fab14c943b6b2535580f64810b22e225d (diff) |
Add new ods import test for rich-text cell contents.
Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 512dee2b87cc..fa03a7f1e292 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -310,6 +310,7 @@ public: 0.0; } double GetValue( SCCOL nCol, SCROW nRow ) const; + const EditTextObject* GetEditText( SCCOL nCol, SCROW nRow ) const; void GetFormula( SCCOL nCol, SCROW nRow, rtl::OUString& rFormula ); CellType GetCellType( const ScAddress& rPos ) const |