summaryrefslogtreecommitdiff
path: root/framework/source/helper/vclstatusindicator.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 20:41:34 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 20:41:34 -0500
commiteeac11421792819a42eb442ac4b64fa963901662 (patch)
tree9bac083d19480524daf57bade1dbf894d9837368 /framework/source/helper/vclstatusindicator.cxx
parent65269c97c305d7d8efc42add2faf99a18731af52 (diff)
targeted string re-work
Change-Id: I3276836b76b69f04de38c2d36ae04b60c49d4873
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 a39f40569d9f..277e60f6061f 100644
--- a/framework/source/helper/vclstatusindicator.cxx
+++ b/framework/source/helper/vclstatusindicator.cxx
@@ -68,7 +68,7 @@ VCLStatusIndicator::VCLStatusIndicator(const css::uno::Reference< css::lang::XMu
{
if (!m_xParentWindow.is())
throw css::uno::RuntimeException(
- ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Cant work without a parent window!")),
+ ::rtl::OUString("Cant work without a parent window!"),
static_cast< css::task::XStatusIndicator* >(this));
}