diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 06:14:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 06:14:15 +0000 |
commit | 2fa12db3d224643d0c2dbf8dd3b60e0021e27b7a (patch) | |
tree | d8a9c4ca7df6dc9ef97b06d2aee3f8da36d10520 /starmath/source | |
parent | 4f08193390b89ba6bda273bf378f7d7a49ca85a2 (diff) |
INTEGRATION: CWS pba11y01 (1.43.30); FILE MERGED
2008/07/14 07:36:03 tl 1.43.30.1: #i91480# fix for font format list config entry
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/dialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 834657d6cdec..6644d0a8ce49 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dialog.cxx,v $ - * $Revision: 1.43 $ + * $Revision: 1.44 $ * * This file is part of OpenOffice.org. * @@ -539,7 +539,7 @@ IMPL_LINK_INLINE_START( SmFontTypeDialog, DefaultButtonClickHdl, Button *, EMPTY SmModule *pp = SM_MOD1(); SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); WriteTo( aFmt ); - pp->GetConfig()->SetStandardFormat( aFmt ); + pp->GetConfig()->SetStandardFormat( aFmt, TRUE ); } delete pQueryBox; |