summaryrefslogtreecommitdiff
path: root/include/vcl/abstdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/abstdlg.hxx')
-rw-r--r--include/vcl/abstdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index da45dbe2f13a..daa897d83647 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -35,8 +35,8 @@ public:
virtual short Execute() = 0;
// Screenshot interface
- virtual std::vector<OUString> getAllPageUIXMLDescriptions() const;
- virtual void selectPageByUIXMLDescription(const OUString& rUIXMLDescription);
+ virtual std::vector<OString> getAllPageUIXMLDescriptions() const;
+ virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription);
virtual Bitmap createScreenshot() const;
};