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





------- Additional comments from [EMAIL PROTECTED] Mon Nov 26 08:27:04 +0000 
2007 -------
The warnings in editeng.cxx can be prevented by adding constructor to the 
struct ParagraphInfos:

--- ../../../../ooo_SRC680_m238_src.orig/svx/inc/svx/editdata.hxx       
2007-11-26 
08:13:48.000000000 +0100
+++ ../../inc/svx/editdata.hxx  2007-11-26 09:19:39.000000000 +0100
@@ -296,6 +296,13 @@
        USHORT  nFirstLineMaxAscent;
 
        BOOL    bValid; // Bei einer Abfrage waehrend der Formatierung 
ungueltig!
+
+       ParagraphInfos( )
+       {
+               
nParaHeight=nLines=nFirstLineStartX=nFirstLineOffset=nFirstLineHeight=nFirstLineTextHeight=nFirstL
ineMaxAscent=0;
+               bValid=FALSE;
+       }
+
 };
 
 struct EECharAttrib

Who feels to be the owner of this file?



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