summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-01-25 15:57:05 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-01-25 15:57:05 -0500
commit83ccb404e2829cba98cf0bb1290da489fd1f4c6c (patch)
treeb09141a5f11c50367f3d4bf463e9b5405ac31716 /sc/inc/scabstdlg.hxx
parentb64c9b3602f3b603d57acff8549859212374ede2 (diff)
koheicsvimport: #i108645# Store the dialog parameters only when the OK is pressed.
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 98ec2b6b5a71..824761804349 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -69,6 +69,7 @@ class AbstractScImportAsciiDlg : public VclAbstractDialog //add for ScImportAsc
public:
virtual void GetOptions( ScAsciiOptions& rOpt ) = 0;
virtual void SetTextToColumnsMode() = 0;
+ virtual void SaveParameters() = 0;
};