To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58048
                  Issue #:|58048
                  Summary:|/Users/ooo/BuildDir/ooo_SRC680_m140_src/desktop/sourc
                          |e/splash/splash.cxx: In member function `void
                          |desktop::SplashScreen::initBitmap()':
                          |desktop/source/splash/splash.cxx:336: error: variable
                          |declaration is not allowed here
                Component:|porting
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P1
             Subcomponent:|MacOSX
              Assigned to:|kso
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Wed Nov 16 23:35:05 -0800 
2005 -------
Hi,

gcc3.3 (used on Mac OS X) can't parse this

String aBmpFileName( String( DEFINE_CONST_UNICODE("intro.bmp") ) );

/Users/ooo/BuildDir/ooo_SRC680_m140_src/desktop/source/splash/splash.cxx: In
member function `void desktop::SplashScreen::initBitmap()':
/Users/ooo/BuildDir/ooo_SRC680_m140_src/desktop/source/splash/splash.cxx:336:
error: variable declaration is not allowed here

Please change it to:

String aBmpFileName = String( DEFINE_CONST_UNICODE("intro.bmp") );

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to