diff options
Diffstat (limited to 'vcl/source/window/cmdevt.cxx')
-rw-r--r-- | vcl/source/window/cmdevt.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/source/window/cmdevt.cxx b/vcl/source/window/cmdevt.cxx index 1fa77a3621cd..561123e8c81b 100644 --- a/vcl/source/window/cmdevt.cxx +++ b/vcl/source/window/cmdevt.cxx @@ -33,20 +33,6 @@ #include <vcl/cmdevt.hxx> -// ======================================================================= - -CommandExtTextInputData::CommandExtTextInputData() -{ - mpTextAttr = NULL; - mnCursorPos = 0; - mnDeltaStart = 0; - mnOldTextLen = 0; - mnCursorFlags = 0; - mbOnlyCursor = sal_False; -} - -// ----------------------------------------------------------------------- - CommandExtTextInputData::CommandExtTextInputData( const XubString& rText, const sal_uInt16* pTextAttr, xub_StrLen nCursorPos, |