summaryrefslogtreecommitdiff
path: root/svtools/workben/svdem.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-07 12:08:11 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-07 12:08:11 +0000
commit393c1f570e8daa58c11aea2ff8d63ce5d9b716f7 (patch)
treeb410dd4e9b78eefe7ca14d7744ef7f2ddf2d043a /svtools/workben/svdem.cxx
parent9fc59535e5e4a29bab6edf95a09ee1515580e749 (diff)
INTEGRATION: CWS pj73 (1.9.142); FILE MERGED
2007/02/09 20:36:25 pjanik 1.9.142.1: #i74262#: Adapt svdem to recent changes.
Diffstat (limited to 'svtools/workben/svdem.cxx')
-rw-r--r--svtools/workben/svdem.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/workben/svdem.cxx b/svtools/workben/svdem.cxx
index a97a71ff7afd..e95537788c07 100644
--- a/svtools/workben/svdem.cxx
+++ b/svtools/workben/svdem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdem.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 15:32:56 $
+ * last change: $Author: obo $ $Date: 2007-03-07 13:08:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -487,7 +487,7 @@ IMPL_LINK( MyFontDialog, SelectFont, ComboBox*, EMPTYARG )
{
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, SelectFont, ComboBox*, EMPTYARG )
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;
}