summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-06-24 17:54:18 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:09 +0200
commitb8df3d4914f04c40570abca2afe0efac6d6c0d06 (patch)
treeb4d0769acec92b62d07a9edfb02d07d2daa8eb16 /include
parentb5ff9533eef60c16c25fb66d97a3deaa73ed8494 (diff)
screenshots: names to copy screenshot IDs
For tab dialogs. While at it, factor out file-saving code into a separate function. Change-Id: Ideffc9934c0d562fe365d0bb1942f31056d4a486
Diffstat (limited to 'include')
-rw-r--r--include/vcl/abstdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index e4416814f472..c18f1188e236 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -39,6 +39,7 @@ public:
virtual std::vector<OString> getAllPageUIXMLDescriptions() const;
virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription);
virtual Bitmap createScreenshot() const;
+ virtual OString GetScreenshotId() const { return OString(); };
};
class VCL_DLLPUBLIC VclAbstractDialog2