diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2009-08-06 14:58:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2009-08-06 14:58:06 -0400 |
commit | feeb99de89fc888b9397ddca882d121bdec2bef4 (patch) | |
tree | 21084cf043f6236752e7db60a922c44824653e86 /sc/inc/scabstdlg.hxx | |
parent | 23d5998c325a7999f75448e70b315d12b639abc6 (diff) |
Change the identity of the import option dialog.
Change the identity of the import option dialog from lang chooser to
text import options, since the dialog now contains more than just the
language option.
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 89c33bcae13f..9dc272715bd8 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -291,7 +291,7 @@ public: virtual void GetImportOptions( ScImportOptions& rOptions ) const = 0; }; -class AbstractScLangChooserDlg : public VclAbstractDialog //add for ScLangChooserDlg +class AbstractScTextImportOptionsDlg : public VclAbstractDialog //add for ScLangChooserDlg { public: virtual LanguageType GetLanguageType() const = 0; @@ -308,7 +308,7 @@ public: SvStream* pInStream, int nId, sal_Unicode cSep = '\t') = 0; - virtual AbstractScLangChooserDlg * CreateScLangChooserDlg( Window* pParent, int nId ) = 0; + virtual AbstractScTextImportOptionsDlg * CreateScTextImportOptionsDlg( Window* pParent, int nId ) = 0; virtual AbstractScAutoFormatDlg * CreateScAutoFormatDlg( Window* pParent, //add for ScAutoFormatDlg ScAutoFormat* pAutoFormat, |