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 | |
parent | 1bb145fc8095ca347f2bbea8e381ad9672ee39c4 (diff) |
cast is gone now
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationbasenode.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/slideimpl.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx index 22c4266ee00c..98c5e2692133 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.cxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx @@ -219,7 +219,7 @@ bool AnimationBaseNode::init_st() catch (uno::Exception const&) { OSL_FAIL( rtl::OUStringToOString( comphelper::anyToString(cppu::getCaughtException()), - RTL_TEXTENCODING_UTF8 ) ); + RTL_TEXTENCODING_UTF8).getStr() ); // catch and ignore. We later handle empty activities, but for // other nodes to function properly, the core functionality of // this node must remain up and running. 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 |