To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105025
                 Issue #|105025
                 Summary|vcl/source/fontsubset/fontsubset.cxx: properly initial
                        |ize mnInByteLength
               Component|gsl
                 Version|DEV300m57
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|pjanik





------- Additional comments from pja...@openoffice.org Sat Sep 12 18:13:11 
+0000 2009 -------
To prevent gcc warning:

diff -urN ooo_DEV300_m58_src.orig/vcl/source/fontsubset/fontsubset.cxx 
ooo_DEV300_m58_src/vcl/source/fontsubset/fontsubset.cxx
--- ooo_DEV300_m58_src.orig/vcl/source/fontsubset/fontsubset.cxx        
2009-09-12 
20:10:23.000000000 +0200
+++ ooo_DEV300_m58_src/vcl/source/fontsubset/fontsubset.cxx     2009-09-12 
20:10:30.000000000 +0200
@@ -40,7 +40,7 @@
 ,      m_nCapHeight( 0)
 ,      m_nFontType( FontSubsetInfo::NO_FONT)
 ,      mpInFontBytes( NULL)
-,      mnInByteLength( NULL)
+,      mnInByteLength( 0)
 ,      meInFontType( FontSubsetInfo::NO_FONT)
 ,      mpSftTTFont( NULL)
 {}

---------------------------------------------------------------------
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to