diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-02 17:38:31 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-02 18:43:09 +0400 |
commit | 5d6a994ccccb336365017d0bb54ebc5dabac7d99 (patch) | |
tree | c1da624cfe93a5432c16b0476c0ef7719b3e5eea /sd/source/ui/slideshow/slideshow.cxx | |
parent | 96ad9c965b479d81e42ebefcd92a0a384433fa9c (diff) |
String->OUString
Change-Id: Ic7e61d002638991f2d69462d343f1b29bc9b0040
Diffstat (limited to 'sd/source/ui/slideshow/slideshow.cxx')
-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 a51058940293..9abf0aa96ac5 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -68,7 +68,7 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::animations; using namespace ::com::sun::star::drawing::framework; -extern String getUiNameFromPageApiNameImpl( const OUString& rApiName ); +extern OUString getUiNameFromPageApiNameImpl( const OUString& rApiName ); namespace { |