summaryrefslogtreecommitdiffstats
path: root/sfx2/inc/uitest/sfx_uiobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/uitest/sfx_uiobject.hxx')
-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: */