summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-29 16:26:27 +0000
committerOliver Specht <os@openoffice.org>2000-11-29 16:26:27 +0000
commit958b443f05ac41054efb137a387a60f682051dbf (patch)
treed2c526fa3f8989bfbef3b11c7546acf2e535d133 /sw/source/ui/fmtui
parent7304ecb5ad15133ccbabfbdba3d9b31a2d2e52bf (diff)
#80913# forbidden rules
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx11
-rw-r--r--sw/source/ui/fmtui/tmpdlg.src10
2 files changed, 17 insertions, 4 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index 370ac445ac3c..96e7ecb7cd35 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tmpdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-27 08:58:18 $
+ * last change: $Author: os $ $Date: 2000-11-29 17:26:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -256,6 +256,9 @@ SwTemplateDlg::SwTemplateDlg(Window* pParent,
AddTabPage(TP_PARA_EXT, SvxExtParagraphTabPage::Create,
SvxExtParagraphTabPage::GetRanges );
+ AddTabPage(TP_PARA_ASIAN, SvxAsianTabPage::Create,
+ SvxAsianTabPage::GetRanges);
+
AddTabPage(TP_CHAR_STD, SvxCharNamePage::Create,
SvxCharNamePage::GetRanges );
AddTabPage(TP_CHAR_EXT, SvxCharEffectsPage::Create,
@@ -289,6 +292,7 @@ SwTemplateDlg::SwTemplateDlg(Window* pParent,
OfaHtmlOptions* pHtmlOpt = OFF_APP()->GetHtmlOptions();
if (!pHtmlOpt->IsPrintLayoutExtension())
RemoveTabPage(TP_PARA_EXT);
+ RemoveTabPage(TP_PARA_ASIAN);
RemoveTabPage(TP_TABULATOR);
RemoveTabPage(TP_NUMPARA);
RemoveTabPage(TP_CHAR_TWOLN);
@@ -595,6 +599,9 @@ void SwTemplateDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.2 2000/11/27 08:58:18 jp
+ Task #80425#: new tabpages
+
Revision 1.1.1.1 2000/09/18 17:14:37 hr
initial import
diff --git a/sw/source/ui/fmtui/tmpdlg.src b/sw/source/ui/fmtui/tmpdlg.src
index 709e4531683f..705d312e09f0 100644
--- a/sw/source/ui/fmtui/tmpdlg.src
+++ b/sw/source/ui/fmtui/tmpdlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: tmpdlg.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jp $ $Date: 2000-11-27 08:58:18 $
+ * last change: $Author: os $ $Date: 2000-11-29 17:26:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -308,6 +308,12 @@ TabDialog DLG_TEMPLATE_2
};
PageItem
{
+ Identifier = TP_PARA_ASIAN;
+ Text = "Asiatische Typographie" ;
+ Text [ ENGLISH ] = "Asian typography" ;
+ };
+ PageItem
+ {
Identifier = TP_CHAR_STD ;
Text = "Schrift" ;
Text [ ENGLISH ] = "Font" ;