diff options
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index a79465163328..99e223ab61b9 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -200,6 +200,8 @@ public: //calls Ok without closing dialog bool Apply(); + + virtual FactoryFunction GetUITestFactory() const override; }; namespace sfx { class ItemConnectionBase; } |