diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-01 12:38:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:37 +0200 |
commit | d3ebe15c1e37c2e491c07caa7128abff30f29e40 (patch) | |
tree | 9dd39923fc0ec9de12368cc27231843e4b2bc3f8 /include | |
parent | 830f6cec6defae3d96ec7738e500a148b8c3aff1 (diff) |
convert vcl/cmdevt.hxx from XubString to OUString
Change-Id: Ib574cc7130f49c7a6be23566377313906c52abb8
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/cmdevt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/cmdevt.hxx b/include/vcl/cmdevt.hxx index 45ac7a802d0d..f679b2357975 100644 --- a/include/vcl/cmdevt.hxx +++ b/include/vcl/cmdevt.hxx @@ -56,10 +56,10 @@ private: public: CommandExtTextInputData( const OUString& rText, const sal_uInt16* pTextAttr, - xub_StrLen nCursorPos, + sal_Int32 nCursorPos, sal_uInt16 nCursorFlags, - xub_StrLen nDeltaStart, - xub_StrLen nOldTextLen, + sal_Int32 nDeltaStart, + sal_Int32 nOldTextLen, sal_Bool bOnlyCursor ); CommandExtTextInputData( const CommandExtTextInputData& rData ); ~CommandExtTextInputData(); |