diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 11:14:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 11:14:49 +0100 |
commit | e9a562ed69d304f0e844d3cb51ac8cf2d3164a63 (patch) | |
tree | eab308781eda46430fd32fa5f76c9c0824d8e9e8 /slideshow/source/engine/slide/slideimpl.cxx | |
parent | 1bb145fc8095ca347f2bbea8e381ad9672ee39c4 (diff) |
cast is gone now
Diffstat (limited to 'slideshow/source/engine/slide/slideimpl.cxx')
-rw-r--r-- | slideshow/source/engine/slide/slideimpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx index 4c749ee9a307..0b6c373904ee 100644 --- a/slideshow/source/engine/slide/slideimpl.cxx +++ b/slideshow/source/engine/slide/slideimpl.cxx @@ -876,7 +876,7 @@ bool SlideImpl::implPrefetchShow() OSL_FAIL( rtl::OUStringToOString( comphelper::anyToString(cppu::getCaughtException()), - RTL_TEXTENCODING_UTF8 ) ); + RTL_TEXTENCODING_UTF8).getStr() ); // TODO(E2): Error handling. For now, bail out } @@ -1003,7 +1003,7 @@ bool SlideImpl::applyInitialShapeAttributes( OSL_FAIL( rtl::OUStringToOString( comphelper::anyToString(cppu::getCaughtException()), - RTL_TEXTENCODING_UTF8 ) ); + RTL_TEXTENCODING_UTF8).getStr() ); // could not determine initial shape attributes - this // is an error, as some effects might then be plainly |