From b9d9eec517619b6bf99468f7a0b178633e8dee60 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 17 Nov 2005 09:00:26 +0000 Subject: #i58048# fix for gcc 3.3 problem on mac os x --- desktop/source/splash/splash.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index f5ce39ea04c9..0227509a79ae 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -4,9 +4,9 @@ * * $RCSfile: splash.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-11-11 12:29:48 $ + * last change: $Author: obo $ $Date: 2005-11-17 10:00:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -333,7 +333,7 @@ void SplashScreen::initBitmap() if ( bShowLogo ) { xub_StrLen nIndex = 0; - String aBmpFileName( String( DEFINE_CONST_UNICODE("intro.bmp") ) ); + String aBmpFileName( DEFINE_CONST_UNICODE("intro.bmp") ); bool haveBitmap = false; -- cgit v1.2.3