summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuiimoptdlg.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-05-25 16:10:23 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-05-30 20:18:01 +0000
commit697eaa91bd008e992b325e05ce3f20853ad965f7 (patch)
treee23100edec6cd604658ec2a781b6418c207e1b83 /sc/source/ui/inc/scuiimoptdlg.hxx
parentf65b29ff13211449144455668014a80aa8b331a3 (diff)
tdf#100068: Initial implementation of ScreenshotId
it's the same as HelpId in default implementation and extended with '=?config=foo' string otherwise, depending on different configurations the dialog/tabpage can have (e.g. different widgets hidden/shown) Change-Id: I01312a5a88ef7ba784bca315b336420cdb63c8dc Reviewed-on: https://gerrit.libreoffice.org/25455 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/scuiimoptdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx
index 9848e332e1f0..f4a29cadc476 100644
--- a/sc/source/ui/inc/scuiimoptdlg.hxx
+++ b/sc/source/ui/inc/scuiimoptdlg.hxx
@@ -40,6 +40,7 @@ public:
virtual void dispose() override;
void GetImportOptions( ScImportOptions& rOptions ) const;
+ virtual OString GetScreenshotId() const override;
private:
VclPtr<VclFrame> m_pFieldFrame;
@@ -60,6 +61,8 @@ private:
ScDelimiterTable* pFieldSepTab;
ScDelimiterTable* pTextSepTab;
+ bool m_bIsAsciiImport;
+
private:
sal_uInt16 GetCodeFromCombo( const ComboBox& rEd ) const;