summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-08-06 14:58:06 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-08-06 14:58:06 -0400
commitfeeb99de89fc888b9397ddca882d121bdec2bef4 (patch)
tree21084cf043f6236752e7db60a922c44824653e86 /sc/inc/scabstdlg.hxx
parentfixed build breakages. sc module is now buildable. (diff)
downloadcore-feeb99de89fc888b9397ddca882d121bdec2bef4.tar.gz
core-feeb99de89fc888b9397ddca882d121bdec2bef4.zip
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.hxx4
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,