diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-03 13:00:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-04 09:09:59 +0200 |
commit | 165b06cde6db152a4d3e781f97830c6d4ee8297a (patch) | |
tree | 8bc67ec4fb186cb1eb21b873d85a0b0d81b882c1 /sc/inc/progress.hxx | |
parent | 72b9dd277bab328c4d9227439e27e8c29b43fa7d (diff) |
convert sc/inc/progress.hx from String to OUString
Change-Id: I7bf7966706f6039f9f9469647d013b77d78e4bb5
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r-- | sc/inc/progress.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx index 4ea65bccb138..4d3194f16f49 100644 --- a/sc/inc/progress.hxx +++ b/sc/inc/progress.hxx @@ -75,7 +75,7 @@ public: static sal_uLong GetGlobalPercent() { return nGlobalPercent; } ScProgress( SfxObjectShell* pObjSh, - const String& rText, + const OUString& rText, sal_uLong nRange, sal_Bool bAllDocs = false, sal_Bool bWait = sal_True ); ~ScProgress(); @@ -87,7 +87,7 @@ public: /// might be NULL! SfxProgress* GetSfxProgress() const { return pProgress; } - sal_Bool SetStateText( sal_uLong nVal, const String &rVal, sal_uLong nNewRange = 0 ) + sal_Bool SetStateText( sal_uLong nVal, const OUString &rVal, sal_uLong nNewRange = 0 ) { if ( pProgress ) { |