summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-02-16 13:15:38 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-02-16 13:15:38 +0100
commit725c97e1681f90ae2a55a30036767ae202f599bb (patch)
treea64176436fc1f04cfe41a43f43f9411be174cc72 /cui
parenta7987ae19cea131cb43161991f6eded4a616e978 (diff)
parent9ab412d7ba285c4e819aacff8520fc5d949d9740 (diff)
CWS-TOOLING: integrate CWS mongolianlayout
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/page.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index fc9c4f70e621..eede57c23284 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -329,9 +329,10 @@ SvxPageDescPage::SvxPageDescPage( Window* pParent, const SfxItemSet& rAttr ) :
if( !bWeb )
{
if( bCJK )
+ {
aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_RTL_VERT ), FRMDIR_VERT_TOP_RIGHT );
-// if( ... )
// aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_LTR_VERT ), FRMDIR_VERT_TOP_LEFT );
+ }
}
// #109989# show the text direction box in Writer/Web too, but only, if HTML export mode is not HTML3.2.