From f8b9df71d773dcceae8136d4305e097755c7fbd7 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 5 May 2016 01:15:32 +0200 Subject: uitest: warn when we can not handle the select type Change-Id: I7c3055f84edd2bbab0799cf2c61269355ba82055 --- sc/source/ui/uitest/uiobject.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc/source') 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 { -- cgit