summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-26 16:45:16 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:58 +0200
commit2dba88c6e4f790aec9a4dc1acd3f3c9608d47b5a (patch)
tree4259633994fce2862aaf25350034a7ce70914e5b /sc/inc/scabstdlg.hxx
parentconvert sc/source/ui/inc/l*.hxx from String to OUString (diff)
downloadcore-2dba88c6e4f790aec9a4dc1acd3f3c9608d47b5a.tar.gz
core-2dba88c6e4f790aec9a4dc1acd3f3c9608d47b5a.zip
convert sc/source/ui/inc/i*.hxx from String to OUString
Change-Id: I856c9b2a286da2fd41e88ec14c0a77bc3546b0c4
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 f207fbb1c979..9726943a7b80 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -174,11 +174,11 @@ class AbstractScInsertTableDlg : public VclAbstractDialog
public:
virtual sal_Bool GetTablesFromFile() = 0;
virtual sal_Bool GetTablesAsLink() = 0;
- virtual const String* GetFirstTable( sal_uInt16* pN = NULL ) = 0;
+ virtual const OUString* GetFirstTable( sal_uInt16* pN = NULL ) = 0;
virtual ScDocShell* GetDocShellTables() = 0;
virtual sal_Bool IsTableBefore() = 0;
virtual sal_uInt16 GetTableCount() = 0;
- virtual const String* GetNextTable( sal_uInt16* pN = NULL ) = 0;
+ virtual const OUString* GetNextTable( sal_uInt16* pN = NULL ) = 0;
};