summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/uitest/uiobject.hxx2
-rw-r--r--svtools/source/uitest/uiobject.cxx5
2 files changed, 0 insertions, 7 deletions
diff --git a/svtools/inc/uitest/uiobject.hxx b/svtools/inc/uitest/uiobject.hxx
index 8e7cbcecb1c8..294942176a64 100644
--- a/svtools/inc/uitest/uiobject.hxx
+++ b/svtools/inc/uitest/uiobject.hxx
@@ -16,8 +16,6 @@ class TreeListUIObject : public WindowUIObject
public:
TreeListUIObject(VclPtr<SvTreeListBox> xTreeList);
- virtual UIObjectType get_type() const override;
-
virtual StringMap get_state() override;
static std::unique_ptr<UIObject> create(vcl::Window* pWindow);
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");