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





------- Additional comments from [EMAIL PROTECTED] Fri Feb  9 20:18:57 +0000 
2007 -------
plipli: this fixed it, right?

--- svdem.cxx.orig      2007-02-09 21:16:05.000000000 +0100
+++ svdem.cxx   2007-02-09 21:17:46.000000000 +0100
@@ -487,7 +487,7 @@
 {
        aStyleBox.Fill( aFontBox.GetText(), pList );
        FontInfo aInfo = pList->Get( aFontBox.GetText(), aStyleBox.GetText() );
-       aSizeBox.Fill( aInfo, pList );
+       aSizeBox.Fill( &aInfo, pList );
        SetAttr();
        return 0;
 }
@@ -497,7 +497,7 @@
 IMPL_LINK( MyFontDialog, SelectStyle, ComboBox*, EMPTYARG )
 {
        FontInfo aInfo = pList->Get( aFontBox.GetText(), aStyleBox.GetText() );
-       aSizeBox.Fill( aInfo, pList );
+       aSizeBox.Fill( &aInfo, pList );
        SetAttr();
        return 0;
 }


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