diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-26 13:52:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-04 08:48:56 +0200 |
commit | 50977e5ad36a56a2a0fd471ef654a22bc9f747da (patch) | |
tree | 7397829d1ddf093959e94f3da1885f93ade6c5d8 /sc/source/ui/attrdlg | |
parent | e699c7fcd150315e4fc3abf21c9d2e732ad9aae1 (diff) |
convert sc/source/ui/inc/sc*.hxx from String to OUString
Change-Id: I7994cf3916bc34876ae838dd7158c03dd732074e
Diffstat (limited to 'sc/source/ui/attrdlg')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx index a2f01ef83745..a1e15f69b14d 100644 --- a/sc/source/ui/attrdlg/scdlgfact.cxx +++ b/sc/source/ui/attrdlg/scdlgfact.cxx @@ -1070,7 +1070,7 @@ AbstractScImportOptionsDlg * ScAbstractDialogFactory_Impl::CreateScImportOptions int nId, sal_Bool bAscii, const ScImportOptions* pOptions, - const String* pStrTitle, + const OUString* pStrTitle, sal_Bool bMultiByte, sal_Bool bOnlyDbtoolsEncodings, sal_Bool bImport ) diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index 94a9564c1678..6bb1068c6ac6 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -541,7 +541,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 ); |