summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-17 09:00:26 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-17 09:00:26 +0000
commitb9d9eec517619b6bf99468f7a0b178633e8dee60 (patch)
tree2fb3d503926bcee392ac724ada175f06f66baa01 /desktop
parent7429fb70c873a32ac23fd8b00c7033a1e59ba7a3 (diff)
#i58048# fix for gcc 3.3 problem on mac os x
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/splash/splash.cxx6
1 files changed, 3 insertions, 3 deletions
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;