From 0802b4d7babefdce302aeb390637d7d1a728b58b Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 30 Mar 2016 23:50:23 +0200 Subject: uitest: some small improvements for the TabDialog wrapper Change-Id: I1ab984859a88119aab56e34388078dbfb83d41ef --- sfx2/inc/uitest/sfx_uiobject.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sfx2/inc/uitest') 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 create(vcl::Window* pWindow); + +protected: + + virtual OUString get_name() const override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit