summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-26 13:52:29 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:56 +0200
commit50977e5ad36a56a2a0fd471ef654a22bc9f747da (patch)
tree7397829d1ddf093959e94f3da1885f93ade6c5d8 /sc/inc/scabstdlg.hxx
parentconvert sc/.../servobj.hxx from String to OUString (diff)
downloadcore-50977e5ad36a56a2a0fd471ef654a22bc9f747da.tar.gz
core-50977e5ad36a56a2a0fd471ef654a22bc9f747da.zip
convert sc/source/ui/inc/sc*.hxx from String to OUString
Change-Id: I7994cf3916bc34876ae838dd7158c03dd732074e
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 10ccbf092b08..f207fbb1c979 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -473,7 +473,7 @@ public:
int nId,
sal_Bool bAscii = sal_True,
const ScImportOptions* pOptions = NULL,
- const String* pStrTitle = NULL,
+ const OUString* pStrTitle = NULL,
sal_Bool bMultiByte = false,
sal_Bool bOnlyDbtoolsEncodings = false,
sal_Bool bImport = sal_True ) = 0;