Kaydet (Commit) 60039ccc authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS jl49 (1.8.148); FILE MERGED

2006/11/30 13:45:54 sb 1.8.148.1: #i70481# Extended SvLBoxButton.
üst 69afe5ea
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: fontsubs.cxx,v $ * $RCSfile: fontsubs.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 04:20:03 $ * last change: $Author: ihi $ $Date: 2006-12-20 14:11:35 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -204,8 +204,12 @@ SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2) ...@@ -204,8 +204,12 @@ SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2)
pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0)); // Sonst Puff! pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0)); // Sonst Puff!
pEntry->AddItem( new SvLBoxButton( pEntry, 0, pCheckButtonData ) ); pEntry->AddItem( new SvLBoxButton( pEntry,
pEntry->AddItem( new SvLBoxButton( pEntry, 0, pCheckButtonData ) ); SvLBoxButtonKind_enabledCheckbox, 0,
pCheckButtonData ) );
pEntry->AddItem( new SvLBoxButton( pEntry,
SvLBoxButtonKind_enabledCheckbox, 0,
pCheckButtonData ) );
pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont1 ) ); pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont1 ) );
pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont2 ) ); pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont2 ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment