summaryrefslogtreecommitdiff
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index b374cddb2fb0..85429068d0a8 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -203,6 +203,9 @@ public:
bool Apply();
virtual FactoryFunction GetUITestFactory() const override;
+ // Screenshot interface
+ virtual std::vector<OUString> getAllPageUIXMLDescriptions() const override;
+ virtual void selectPageByUIXMLDescription(const OUString& rUIXMLDescription) override;
};
namespace sfx { class ItemConnectionBase; }