diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2010-11-13 09:12:41 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-13 09:12:41 +0100 |
commit | daebf4430d1f15a3864207ce9bee1e2a24d937ac (patch) | |
tree | edf3134087c2f1c3a68bc81d0c876b2f896025d2 /sd/source/ui/slideshow | |
parent | 6e2b941c7f51160451a4097b4309f1e5bcb86046 (diff) |
RTL_CONSTASCII_USTRINGPARAM for impress
Diffstat (limited to 'sd/source/ui/slideshow')
-rw-r--r-- | sd/source/ui/slideshow/slideshow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index e9ebe9715fac..a31df75f6a99 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -787,7 +787,7 @@ void SAL_CALL SlideShow::end() throw(RuntimeException) if( xProvider.is() ) { util::URL aURL; - aURL.Complete = ::rtl::OUString::createFromAscii(".uno:CloseFrame"); + aURL.Complete = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:CloseFrame")); uno::Reference< frame::XDispatch > xDispatch( xProvider->queryDispatch( |