summaryrefslogtreecommitdiff
path: root/desktop/source/splash/splash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/splash/splash.cxx')
-rw-r--r--desktop/source/splash/splash.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index f14ee311d489..ac92ea813ef1 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -580,7 +580,7 @@ void SplashScreen::Paint( const Rectangle&)
Rectangle aNativeControlRegion, aNativeContentRegion;
if( GetNativeControlRegion( CTRL_INTROPROGRESS, PART_ENTIRE_CONTROL, aDrawRect,
- CTRL_STATE_ENABLED, aValue, rtl::OUString(),
+ CTRL_STATE_ENABLED, aValue, OUString(),
aNativeControlRegion, aNativeContentRegion ) )
{
long nProgressHeight = aNativeControlRegion.GetHeight();
@@ -633,13 +633,13 @@ css::uno::Reference< css::uno::XInterface > desktop::splash::create(
return static_cast< cppu::OWeakObject * >(new SplashScreen);
}
-rtl::OUString desktop::splash::getImplementationName() {
- return rtl::OUString("com.sun.star.office.comp.SplashScreen");
+OUString desktop::splash::getImplementationName() {
+ return OUString("com.sun.star.office.comp.SplashScreen");
}
-css::uno::Sequence< rtl::OUString > desktop::splash::getSupportedServiceNames() {
- rtl::OUString name("com.sun.star.office.SplashScreen");
- return css::uno::Sequence< rtl::OUString >(&name, 1);
+css::uno::Sequence< OUString > desktop::splash::getSupportedServiceNames() {
+ OUString name("com.sun.star.office.SplashScreen");
+ return css::uno::Sequence< OUString >(&name, 1);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */