summaryrefslogtreecommitdiff
path: root/framework/source/helper/vclstatusindicator.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 09:58:03 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:05:49 +0200
commite8ecf30ea61625c3397a635c5c409bbc004685bc (patch)
tree36052ce7f57e3c39f5c96f9aaeaaf6cc469290ea /framework/source/helper/vclstatusindicator.cxx
parent1591130dc2b62e5fdec45274b1b06d63df0051b3 (diff)
convert FRAMEWORK module from String to OUString
Change-Id: Iafa6b5f213d37093e7e46065c9264c7bb7fae377
Diffstat (limited to 'framework/source/helper/vclstatusindicator.cxx')
-rw-r--r--framework/source/helper/vclstatusindicator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/vclstatusindicator.cxx b/framework/source/helper/vclstatusindicator.cxx
index 3eab4850b382..077faf2d68e3 100644
--- a/framework/source/helper/vclstatusindicator.cxx
+++ b/framework/source/helper/vclstatusindicator.cxx
@@ -98,7 +98,7 @@ void SAL_CALL VCLStatusIndicator::reset()
if (m_pStatusBar)
{
m_pStatusBar->SetProgressValue(0);
- m_pStatusBar->SetText(String());
+ m_pStatusBar->SetText(OUString());
}
// <- SOLAR SAFE ----------------------------
}