summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/EventMultiplexer.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-08 16:23:02 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-08 16:23:02 -0300
commit00e60cf7c9b1c9dcd0cee90bd67877b02be46c32 (patch)
tree53c04cc82b9a5f11a39752b93d0616e5bb20ad32 /sd/source/ui/tools/EventMultiplexer.cxx
parentMore RT_CONSTASCII_USTRINGPARAM removals (diff)
downloadcore-00e60cf7c9b1c9dcd0cee90bd67877b02be46c32.tar.gz
core-00e60cf7c9b1c9dcd0cee90bd67877b02be46c32.zip
More RTL_CONSTASCII_USTRINGPARAM removals
Diffstat (limited to 'sd/source/ui/tools/EventMultiplexer.cxx')
-rw-r--r--sd/source/ui/tools/EventMultiplexer.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/tools/EventMultiplexer.cxx b/sd/source/ui/tools/EventMultiplexer.cxx
index 10e48d9c903d..447a348d33b6 100644
--- a/sd/source/ui/tools/EventMultiplexer.cxx
+++ b/sd/source/ui/tools/EventMultiplexer.cxx
@@ -710,8 +710,7 @@ void EventMultiplexer::Implementation::ThrowIfDisposed (void)
if (rBHelper.bDisposed || rBHelper.bInDispose)
{
throw lang::DisposedException (
- ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "SlideSorterController object has already been disposed")),
+ "SlideSorterController object has already been disposed",
static_cast<uno::XWeak*>(this));
}
}