Kaydet (Commit) 165b06cd authored tarafından Noel Grandin's avatar Noel Grandin

convert sc/inc/progress.hx from String to OUString

Change-Id: I7bf7966706f6039f9f9469647d013b77d78e4bb5
üst 72b9dd27
......@@ -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 )
{
......
......@@ -72,7 +72,7 @@ static bool lcl_HasControllersLocked( SfxObjectShell& rObjSh )
return false;
}
ScProgress::ScProgress( SfxObjectShell* pObjSh, const String& rText,
ScProgress::ScProgress( SfxObjectShell* pObjSh, const OUString& rText,
sal_uLong nRange, sal_Bool bAllDocs, sal_Bool bWait )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment