diff options
author | Noel Grandin <noel@peralex.com> | 2013-11-29 15:13:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-12-03 11:34:46 +0200 |
commit | 8c787dec1ae4e415fdcfdf16b5cd9b749308b2c7 (patch) | |
tree | b6e5e1702db880d6d96870c1f4e0d25ae5f9b12d /sc/inc | |
parent | 35afee4de18437e4491e04254f21b50372b08ac4 (diff) |
convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32
Change-Id: If01d21824964a0fefecc34bcf8b0b3910d2b4d48
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scmod.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index a871663f2102..59329047bf64 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -214,8 +214,8 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO void ViewShellGone(ScTabViewShell* pViewSh); void ViewShellChanged(); // communication with function-autopilot - void InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd ); - void InputSetSelection( xub_StrLen nStart, xub_StrLen nEnd ); + void InputGetSelection( sal_Int32& rStart, sal_Int32& rEnd ); + void InputSetSelection( sal_Int32 nStart, sal_Int32 nEnd ); void InputReplaceSelection( const OUString& rStr ); OUString InputGetFormulaStr(); void ActivateInputWindow( const OUString* pStr = NULL, |