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


User pjanik changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'aw,cmc,fs,kendy,mba'     |'aw,cmc,fs,kendy,mba,os'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Nov 26 07:22:57 +0000 
2007 -------
os: the file svx/inc/swframevalidation.hxx is yours. Can this be used as a 
patch?

--- ooo_SRC680_m238_src.orig/svx/inc/swframevalidation.hxx      2007-11-26 
08:13:47.000000000 
+0100
+++ ooo_SRC680_m238_src/svx/inc/swframevalidation.hxx   2007-11-26 
08:15:20.000000000 
+0100
@@ -81,16 +81,16 @@
         bMirror(false),
         bFollowTextFlow( false ),
         nHPos(0),
-        nMaxHPos(LONG_MAX),
+        nMaxHPos(SAL_MAX_INT32),
         nMinHPos(0),
         nVPos(0),
-        nMaxVPos(LONG_MAX),
+        nMaxVPos(SAL_MAX_INT32),
         nMinVPos(0),
         nWidth( 283 * 4 ), //2.0 cm
         nMinWidth(0),
-        nMaxWidth(LONG_MAX),
+        nMaxWidth(SAL_MAX_INT32),
         nHeight( 283 ), //0.5 cm 
-        nMaxHeight(LONG_MAX)
+        nMaxHeight(SAL_MAX_INT32)
     {
     }
 };



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