summaryrefslogtreecommitdiff
path: root/sfx2/inc/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-30 23:50:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:53 +0200
commit0802b4d7babefdce302aeb390637d7d1a728b58b (patch)
tree15abf6d56e46f950bafe8b8de446e830477557fb /sfx2/inc/uitest
parentce6285889a6f9cd7d556e7ed2426d1674e05c777 (diff)
uitest: some small improvements for the TabDialog wrapper
Change-Id: I1ab984859a88119aab56e34388078dbfb83d41ef
Diffstat (limited to 'sfx2/inc/uitest')
-rw-r--r--sfx2/inc/uitest/sfx_uiobject.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/inc/uitest/sfx_uiobject.hxx b/sfx2/inc/uitest/sfx_uiobject.hxx
index bee5a20b4e35..9a9277220cbd 100644
--- a/sfx2/inc/uitest/sfx_uiobject.hxx
+++ b/sfx2/inc/uitest/sfx_uiobject.hxx
@@ -32,6 +32,10 @@ public:
virtual UIObjectType get_type() const override;
static std::unique_ptr<UIObject> create(vcl::Window* pWindow);
+
+protected:
+
+ virtual OUString get_name() const override;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */