To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41453
                  Issue #:|41453
                  Summary:|slideshow build failure
                Component:|Drawing
                  Version:|680m74
                 Platform:|Other
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P1
             Subcomponent:|code
              Assigned to:|wg
              Reported by:|mmeeks





------- Additional comments from [EMAIL PROTECTED] Thu Jan 27 04:34:21 -0800 
2005 -------
Doesn't build with gcc 3.4

--- slideshow/source/engine/rehearsetimingsactivity.cxx 21 Jan 2005 16:56:00
-0000      1.2
+++ slideshow/source/engine/rehearsetimingsactivity.cxx 27 Jan 2005 12:32:16 
-0000
@@ -342,7 +342,8 @@
        blackHole.EnableOutput(false);
     blackHole.SetMapMode( MAP_PIXEL );
     blackHole.SetFont( m_font );
-    Rectangle rect( Point(), m_spriteSizePixel );
+       Point aOrigin;
+    Rectangle rect( aOrigin, m_spriteSizePixel );
     if (m_drawPressed) {
         blackHole.SetTextColor( COL_BLACK );
         blackHole.SetFillColor( COL_LIGHTGRAY );

---------------------------------------------------------------------
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