diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-20 21:29:37 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:20 -0400 |
commit | 6de145fdfa60737b4d3c4cb164caab5a44aa6c45 (patch) | |
tree | 1975b094c380d6c675ad76ac6feada9086472181 /sc/source/ui/collab/sendfunc.hxx | |
parent | 7d1d5f290d42024c4a0c2dd03b722942f7142971 (diff) |
String to OUString.
Change-Id: Ib31cd61f960a73924988aa35c24e106cf668b78b
Diffstat (limited to 'sc/source/ui/collab/sendfunc.hxx')
-rw-r--r-- | sc/source/ui/collab/sendfunc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/collab/sendfunc.hxx b/sc/source/ui/collab/sendfunc.hxx index 9ce2c2cdd4ae..e1866ff4ec3a 100644 --- a/sc/source/ui/collab/sendfunc.hxx +++ b/sc/source/ui/collab/sendfunc.hxx @@ -280,7 +280,7 @@ public: virtual sal_Bool PutData( const ScAddress& rPos, ScEditEngineDefaulter& rEngine, sal_Bool bInterpret, sal_Bool bApi ); virtual bool SetCellText( - const ScAddress& rPos, const String& rText, bool bInterpret, bool bEnglish, + const ScAddress& rPos, const OUString& rText, bool bInterpret, bool bEnglish, bool bApi, const formula::FormulaGrammar::Grammar eGrammar ); virtual bool ShowNote( const ScAddress& rPos, bool bShow = true ); virtual bool SetNoteText( const ScAddress& rPos, const String& rNoteText, sal_Bool bApi ); |