diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-02 17:31:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-04 09:09:52 +0200 |
commit | f8f90a70ab58426058556c24c64db1f5a85a5574 (patch) | |
tree | f147ac3f7d6760c9e234b35fe5a7ada43617579a /sc/inc/scmod.hxx | |
parent | f1503007a8daaa3dcd561248740d285804313d9d (diff) |
convert sc/inc/s*.hxx from String to OUString
Change-Id: Ie5e439ac664e9725bad9366d31990279b411c475
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r-- | sc/inc/scmod.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index f15b054a70b0..a2ae5ec2d1a9 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -216,9 +216,9 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO // communication with function-autopilot void InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd ); void InputSetSelection( xub_StrLen nStart, xub_StrLen nEnd ); - void InputReplaceSelection( const String& rStr ); - String InputGetFormulaStr(); - void ActivateInputWindow( const String* pStr = NULL, + void InputReplaceSelection( const OUString& rStr ); + OUString InputGetFormulaStr(); + void ActivateInputWindow( const OUString* pStr = NULL, sal_Bool bMatrix = false ); void InitFormEditData(); |