summaryrefslogtreecommitdiffstats
path: root/svtools/source/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-10 07:02:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:58 +0200
commit540a6554956bbee62b5f669d672d64e03a9d888c (patch)
treec0781d483843de3e60b28379d52a9c47331bd525 /svtools/source/uitest
parentfix indentation (diff)
downloadcore-540a6554956bbee62b5f669d672d64e03a9d888c.tar.gz
core-540a6554956bbee62b5f669d672d64e03a9d888c.zip
uitest: an enum is a bad idea for the type
Change-Id: I1efd59b2f664f0aa9be733466fa7c1057e92ef27
Diffstat (limited to 'svtools/source/uitest')
-rw-r--r--svtools/source/uitest/uiobject.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx
index db345487909c..65cd4a7d1cb7 100644
--- a/svtools/source/uitest/uiobject.cxx
+++ b/svtools/source/uitest/uiobject.cxx
@@ -21,11 +21,6 @@ StringMap TreeListUIObject::get_state()
return WindowUIObject::get_state();
}
-UIObjectType TreeListUIObject::get_type() const
-{
- return UIObjectType::WINDOW;
-}
-
OUString TreeListUIObject::get_name() const
{
return OUString("TreeListUIObject");