diff options
author | gt <gt@openoffice.org> | 2002-08-13 11:57:30 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-08-13 11:57:30 +0000 |
commit | 52fccdb4033c44f04582ed53c3e4198aa308d86d (patch) | |
tree | 0724d2a421f9f3066f53ec2ad90fa5ca002336c9 /svx | |
parent | 77e0628d552145d1658d394077ed39cbf76dd3b7 (diff) |
#102275# removed asia specific strings in SvxStdParagraphTabPage
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/paragrph.cxx | 10 | ||||
-rw-r--r-- | svx/source/dialog/paragrph.hrc | 6 | ||||
-rw-r--r-- | svx/source/dialog/paragrph.src | 54 |
3 files changed, 6 insertions, 64 deletions
diff --git a/svx/source/dialog/paragrph.cxx b/svx/source/dialog/paragrph.cxx index 2b2afe63d719..4c4efdeb26a0 100644 --- a/svx/source/dialog/paragrph.cxx +++ b/svx/source/dialog/paragrph.cxx @@ -2,9 +2,9 @@ * * $RCSfile: paragrph.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: gt $ $Date: 2002-08-06 14:15:33 $ + * last change: $Author: gt $ $Date: 2002-08-13 12:57:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -727,12 +727,6 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent, SetExchangeSupport(); aLineDistAtMetricBox.Hide(); - SvtLanguageOptions aCJKOptions; - if(aCJKOptions.IsAsianTypographyEnabled()) - { - aTopLabel.SetText(String(ResId( ST_TOPSPACE_ASIAN ))); - aBottomLabel.SetText(String(ResId( ST_BOTTOMSPACE_ASIAN))); - } FreeResource(); Init_Impl(); aFLineIndent.SetMin(-9999); // wird default auf 0 gesetzt diff --git a/svx/source/dialog/paragrph.hrc b/svx/source/dialog/paragrph.hrc index 86a91f0e5b39..5bbdd893c449 100644 --- a/svx/source/dialog/paragrph.hrc +++ b/svx/source/dialog/paragrph.hrc @@ -2,9 +2,9 @@ * * $RCSfile: paragrph.hrc,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: os $ $Date: 2002-08-02 14:41:56 $ + * last change: $Author: gt $ $Date: 2002-08-13 12:57:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,8 +140,6 @@ #define CB_REGISTER 84 #define FL_REGISTER 85 -#define ST_TOPSPACE_ASIAN 88 -#define ST_BOTTOMSPACE_ASIAN 89 #define FL_PROPERTIES 90 #define FT_TEXTDIRECTION 91 #define LB_TEXTDIRECTION 92 diff --git a/svx/source/dialog/paragrph.src b/svx/source/dialog/paragrph.src index ea006838c632..c2485e374e2d 100644 --- a/svx/source/dialog/paragrph.src +++ b/svx/source/dialog/paragrph.src @@ -2,9 +2,9 @@ * * $RCSfile: paragrph.src,v $ * - * $Revision: 1.55 $ + * $Revision: 1.56 $ * - * last change: $Author: gt $ $Date: 2002-08-09 14:49:33 $ + * last change: $Author: gt $ $Date: 2002-08-13 12:57:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -779,56 +779,6 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH Text[ finnish ] = "Rekisteri-tosi"; Text[ thai ] = "ลงทะเบียน-จริง"; }; - String ST_TOPSPACE_ASIAN - { - Text = "~Oben/Links" ; - Text [ english_us ] = "~Top/Left" ; - Text[ portuguese ] = "~Top/Left"; - Text[ russian ] = "~Top/Left"; - Text[ greek ] = "~Top/Left"; - Text[ dutch ] = "~Top/Left"; - Text[ french ] = "En haut/� gauche"; - Text[ spanish ] = "~Arriba/a la izquierda"; - Text[ finnish ] = "~Top/Left"; - Text[ italian ] = "In alto/a sinistra"; - Text[ danish ] = "~Top/Left"; - Text[ swedish ] = "~Uppe/till v�nster"; - Text[ polish ] = "~Top/Left"; - Text[ portuguese_brazilian ] = "~Top/Left"; - Text[ japanese ] = "上/左"; - Text[ korean ] = "위/왼쪽"; - Text[ chinese_simplified ] = "上/左"; - Text[ chinese_traditional ] = "上/左"; - Text[ turkish ] = "~Top/Left"; - Text[ arabic ] = "~Top/Left"; - Text[ catalan ] = "~Top/Left"; - Text[ thai ] = "~Top/Left"; - }; - String ST_BOTTOMSPACE_ASIAN - { - Text = "~Unten/Rechts" ; - Text [ english_us ] = "~Bottom/Right" ; - Text[ portuguese ] = "~Bottom/Right"; - Text[ russian ] = "~Bottom/Right"; - Text[ greek ] = "~Bottom/Right"; - Text[ dutch ] = "~Bottom/Right"; - Text[ french ] = "En bas/� droite"; - Text[ spanish ] = "~Abajo/a la derecha"; - Text[ finnish ] = "~Bottom/Right"; - Text[ italian ] = "In basso/a destra"; - Text[ danish ] = "~Bottom/Right"; - Text[ swedish ] = "Nere/h�ger"; - Text[ polish ] = "~Bottom/Right"; - Text[ portuguese_brazilian ] = "~Bottom/Right"; - Text[ japanese ] = "下/右"; - Text[ korean ] = "아래/오른쪽"; - Text[ chinese_simplified ] = "下/右"; - Text[ chinese_traditional ] = "下/右"; - Text[ turkish ] = "~Bottom/Right"; - Text[ arabic ] = "~Bottom/Right"; - Text[ catalan ] = "~Bottom/Right"; - Text[ thai ] = "~Bottom/Right"; - }; Text[ chinese_simplified ] = "缩进和间隔"; Text[ russian ] = "������� � ���������"; |