summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-08 01:20:22 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-08 09:21:11 -0500
commit94874973769fee81f8ab35b2aeb0dc22812a2b48 (patch)
treefe49d0ed7b71b76fcef49bf6d1dffac920a4c3b9 /sc/inc/column.hxx
parentn#793998 testcase (diff)
downloadcore-94874973769fee81f8ab35b2aeb0dc22812a2b48.tar.gz
core-94874973769fee81f8ab35b2aeb0dc22812a2b48.zip
Add new ods import test for rich-text cell contents.
Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 7abce092966a..96df4d99403f 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -228,6 +228,7 @@ public:
void GetString( SCROW nRow, rtl::OUString& rString ) const;
void GetInputString( SCROW nRow, rtl::OUString& rString ) const;
double GetValue( SCROW nRow ) const;
+ const EditTextObject* GetEditText( SCROW nRow ) const;
void GetFormula( SCROW nRow, rtl::OUString& rFormula ) const;
CellType GetCellType( SCROW nRow ) const;
SCSIZE GetCellCount() const;