To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67354


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'sb'
--------------------------------------------------------------------------------
             Assigned to|sb                        |pjanik
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jul 14 08:04:31 -0700 
2006 -------
5 vcl:  Please try the following patch:

This is the final one for today.  :)

Index: inc/bitmap.hxx
===================================================================
RCS file: /cvs/gsl/vcl/inc/bitmap.hxx,v
retrieving revision 1.20
diff -u -r1.20 bitmap.hxx
--- inc/bitmap.hxx      19 Jun 2006 19:00:08 -0000      1.20
+++ inc/bitmap.hxx      14 Jul 2006 15:02:31 -0000
@@ -187,24 +187,24 @@
        ULONG           mnProgressStart;
        ULONG           mnProgressEnd;

+    struct MosaicTileSize
+    {
+        ULONG mnTileWidth;
+        ULONG mnTileHeight;
+    };
+
+    struct EmbossAngles
+    {
+        USHORT mnAzimuthAngle100;
+        USHORT mnElevationAngle100;
+    };
+
        union
        {
                USHORT  mnSepiaPercent;
                BYTE    mcSolarGreyThreshold;
-
-               struct
-               {
-                       ULONG mnTileWidth;
-                       ULONG mnTileHeight;
-               }
-               maMosaicTileSize;
-
-               struct
-               {
-                       USHORT mnAzimuthAngle100;
-                       USHORT mnElevationAngle100;
-               }
-               maEmbossAngles;
+               MosaicTileSize maMosaicTileSize;
+               EmbossAngles maEmbossAngles;
        };

 public:

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