diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-26 19:33:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-26 19:34:42 -0400 |
commit | 69841530937c5a110bd37fe7c0c600a19551ed07 (patch) | |
tree | c0d8ca5e4ca5c0f8c8e81f0a7918b09c2b4f36bc /sc/inc/cell.hxx | |
parent | f952331f0cf11f624d1df7c1c5a7468c16ffdc82 (diff) |
String to rtl::OUString.
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 ); |