summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-29 16:20:06 +0000
committerOliver Specht <os@openoffice.org>2000-11-29 16:20:06 +0000
commit7304ecb5ad15133ccbabfbdba3d9b31a2d2e52bf (patch)
treee9afc408e2505606af87c6dff7e7b4d8af302424 /sw/source/ui/chrdlg
parent5d273f57a312e7f43f24aa2e8e17b45b985e73fb (diff)
#80913# forbidden rules
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/paradlg.src12
-rw-r--r--sw/source/ui/chrdlg/pardlg.cxx12
2 files changed, 18 insertions, 6 deletions
diff --git a/sw/source/ui/chrdlg/paradlg.src b/sw/source/ui/chrdlg/paradlg.src
index 6e765ad62612..c6161fddf1c2 100644
--- a/sw/source/ui/chrdlg/paradlg.src
+++ b/sw/source/ui/chrdlg/paradlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: paradlg.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2000-10-27 17:40:18 $
+ * last change: $Author: os $ $Date: 2000-11-29 17:13:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,6 @@ TabDialog DLG_PARA
Text[ turkish ] = "Girinti ve aralklar";
Text[ language_user1 ] = " ";
};
-#if SUPD>352
PageItem
{
Identifier = TP_PARA_ALIGN ;
@@ -143,7 +142,6 @@ TabDialog DLG_PARA
Text[ turkish ] = "Hizalama";
Text[ language_user1 ] = " ";
};
-#endif
PageItem
{
Identifier = TP_PARA_EXT ;
@@ -175,6 +173,12 @@ TabDialog DLG_PARA
};
PageItem
{
+ Identifier = TP_PARA_ASIAN;
+ Text = "Asiatische Typographie" ;
+ Text [ ENGLISH ] = "Asian typography" ;
+ };
+ PageItem
+ {
Identifier = TP_NUMPARA ;
Text = "Nummerierung" ;
Text [ ENGLISH ] = "Numbering" ;
diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx
index 6830eb535abe..2f4c0cfeb0ad 100644
--- a/sw/source/ui/chrdlg/pardlg.cxx
+++ b/sw/source/ui/chrdlg/pardlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pardlg.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:32 $
+ * last change: $Author: os $ $Date: 2000-11-29 17:13:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,6 +158,11 @@ SwParaDlg::SwParaDlg(Window *pParent,
else
RemoveTabPage(TP_PARA_EXT);
+ if (!bHtmlMode)
+ AddTabPage(TP_PARA_ASIAN, SvxAsianTabPage::Create,SvxAsianTabPage::GetRanges);
+ else
+ RemoveTabPage(TP_PARA_ASIAN);
+
USHORT nWhich(rCoreSet.GetPool()->GetWhich(SID_ATTR_LRSPACE));
BOOL bLRValid = SFX_ITEM_AVAILABLE <= rCoreSet.GetItemState(nWhich);
if(bHtmlMode || !bLRValid)
@@ -264,6 +269,9 @@ void __EXPORT SwParaDlg::PageCreated(USHORT nId, SfxTabPage& rPage)
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 17:14:32 hr
+ initial import
+
Revision 1.195 2000/09/18 16:05:14 willem.vandorp
OpenOffice header added.