diff options
author | Peter Burow <pb@openoffice.org> | 2002-10-30 06:42:08 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2002-10-30 06:42:08 +0000 |
commit | 5622d56f0e10d8bd32c577363d5bccf7beaac84d (patch) | |
tree | ed974214e8d1e5f79cff51cb2de1b3bcb2a2b860 /svx/source/dialog | |
parent | 72d36cf6aaa3f3d8e717eff08491d0af3f9cf81e (diff) |
fix: #104556# preview update after reset of NamePage
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/chardlg.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/chardlg.cxx b/svx/source/dialog/chardlg.cxx index 13d786be735b..e7e567ebb2ff 100644 --- a/svx/source/dialog/chardlg.cxx +++ b/svx/source/dialog/chardlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: chardlg.cxx,v $ * - * $Revision: 1.72 $ + * $Revision: 1.73 $ * - * last change: $Author: oj $ $Date: 2002-08-13 08:42:03 $ + * last change: $Author: pb $ $Date: 2002-10-30 07:42:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1714,6 +1714,7 @@ void SvxCharNamePage::Reset( const SfxItemSet& rSet ) m_pColorLB->SaveValue(); SetPrevFontWidthScale( rSet ); + UpdatePreview_Impl(); } // ----------------------------------------------------------------------- |