diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-05 01:15:32 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:03 +0200 |
commit | f8b9df71d773dcceae8136d4305e097755c7fbd7 (patch) | |
tree | 078e60ffb1bbbb9fc0ca620139c43f0ff090c133 | |
parent | 17ad238a1e2d840526748095ba5a64928df03ee3 (diff) |
uitest: warn when we can not handle the select type
Change-Id: I7c3055f84edd2bbab0799cf2c61269355ba82055
-rw-r--r-- | sc/source/ui/uitest/uiobject.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/uitest/uiobject.cxx b/sc/source/ui/uitest/uiobject.cxx index 37e4ac9a711a..593bda617eed 100644 --- a/sc/source/ui/uitest/uiobject.cxx +++ b/sc/source/ui/uitest/uiobject.cxx @@ -91,6 +91,10 @@ void ScGridWinUIObject::execute(const OUString& rAction, pFunc->MarkRange(aRange, true, bExtend); mxGridWindow->CursorChanged(); } + else + { + SAL_WARN("sc.uitest", "unknown selection method"); + } } else { |