summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuiimoptdlg.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/source/ui/inc/scuiimoptdlg.hxx
parente699c7fcd150315e4fc3abf21c9d2e732ad9aae1 (diff)
convert sc/source/ui/inc/sc*.hxx from String to OUString
Change-Id: I7994cf3916bc34876ae838dd7158c03dd732074e
Diffstat (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/scuiimoptdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx
index 6ef770a968a9..d68b69c00d9e 100644
--- a/sc/source/ui/inc/scuiimoptdlg.hxx
+++ b/sc/source/ui/inc/scuiimoptdlg.hxx
@@ -33,7 +33,7 @@ public:
ScImportOptionsDlg( Window* pParent,
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 );