summaryrefslogtreecommitdiff
path: root/include/sfx2/progress.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/progress.hxx')
-rw-r--r--include/sfx2/progress.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index dbe529cdab29..0734998c7357 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -42,12 +42,12 @@ class SFX2_DLLPUBLIC SfxProgress
public:
SfxProgress( SfxObjectShell* pObjSh,
- const rtl::OUString& rText,
+ const OUString& rText,
sal_uInt32 nRange,
bool bWait = true);
virtual ~SfxProgress();
- void SetStateText( sal_uInt32 nVal, const rtl::OUString &rVal );
+ void SetStateText( sal_uInt32 nVal, const OUString &rVal );
void SetState( sal_uInt32 nVal, sal_uInt32 nNewRange = 0 );
sal_uInt32 GetState() const { return nVal; }