summaryrefslogtreecommitdiffstats
path: root/include/vcl/cmdevt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-01 12:38:47 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:37 +0200
commitd3ebe15c1e37c2e491c07caa7128abff30f29e40 (patch)
tree9dd39923fc0ec9de12368cc27231843e4b2bc3f8 /include/vcl/cmdevt.hxx
parentconvert vcl/button.hxx from XubString to OUString (diff)
downloadcore-d3ebe15c1e37c2e491c07caa7128abff30f29e40.tar.gz
core-d3ebe15c1e37c2e491c07caa7128abff30f29e40.zip
convert vcl/cmdevt.hxx from XubString to OUString
Change-Id: Ib574cc7130f49c7a6be23566377313906c52abb8
Diffstat (limited to 'include/vcl/cmdevt.hxx')
-rw-r--r--include/vcl/cmdevt.hxx6
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();