summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tabtempl.cxx
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2000-11-27 07:15:56 +0000
committerDieter Loeschky <dl@openoffice.org>2000-11-27 07:15:56 +0000
commitfdd8631d3673a7a3889ed7ca706f3f5a0bf69c44 (patch)
treed52dde2841fbf80c516acddfe01444472e819ba0 /sd/source/ui/dlg/tabtempl.cxx
parent72d97df13e0b3fb8fdb81c557994907d02fc4456 (diff)
#80425# New character dialog
Diffstat (limited to 'sd/source/ui/dlg/tabtempl.cxx')
-rw-r--r--sd/source/ui/dlg/tabtempl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx
index b0aa365f81a7..5e3ee2d8e168 100644
--- a/sd/source/ui/dlg/tabtempl.cxx
+++ b/sd/source/ui/dlg/tabtempl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabtempl.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:34 $
+ * last change: $Author: dl $ $Date: 2000-11-27 08:15:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,8 +152,8 @@ SdTabTemplateDlg::SdTabTemplateDlg( Window* pParent,
SvxShadowTabPage::GetRanges );
AddTabPage( RID_SVXPAGE_TRANSPARENCE, SvxTransparenceTabPage::Create,
SvxTransparenceTabPage::GetRanges );
- AddTabPage( RID_SVXPAGE_CHAR_STD, SvxCharStdPage::Create,
- SvxCharStdPage::GetRanges );
+ AddTabPage( RID_SVXPAGE_CHAR_NAME, SvxCharNamePage::Create,
+ SvxCharNamePage::GetRanges );
AddTabPage( RID_SVXPAGE_STD_PARAGRAPH,
SvxStdParagraphTabPage::Create,
SvxStdParagraphTabPage::GetRanges );
@@ -235,12 +235,12 @@ void __EXPORT SdTabTemplateDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
( (SvxTransparenceTabPage&) rPage ).Construct();
break;
- case RID_SVXPAGE_CHAR_STD:
+ case RID_SVXPAGE_CHAR_NAME:
{
SvxFontListItem aItem(*( (const SvxFontListItem*)
( rDocShell.GetItem( SID_ATTR_CHAR_FONTLIST) ) ) );
- ( (SvxCharStdPage&) rPage ).SetFontList( aItem );
+ ( (SvxCharNamePage&) rPage ).SetFontList( aItem );
}
break;