From 69841530937c5a110bd37fe7c0c600a19551ed07 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 26 Aug 2011 19:33:59 -0400 Subject: String to rtl::OUString. --- sc/inc/cell.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/inc/cell.hxx') diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index fcd83da9ddd6..6266142d3ea6 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -273,6 +273,7 @@ public: const SfxItemPool* pFromPool /* = NULL */ ); void GetData( const EditTextObject*& rpObject ) const; void GetString( String& rString ) const; + void GetString( rtl::OUString& rString ) const; const EditTextObject* GetData() const { return pData; } @@ -463,6 +464,7 @@ public: double GetValue(); double GetValueAlways(); // ignore errors void GetString( String& rString ); + void GetString( rtl::OUString& rString ); const ScMatrix* GetMatrix(); sal_Bool GetMatrixOrigin( ScAddress& rPos ) const; void GetResultDimensions( SCSIZE& rCols, SCSIZE& rRows ); -- cgit