From 48b521bf7657eb36073ad529426bfb1ef5f1c16c Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Mon, 17 Jun 2002 10:16:56 +0000 Subject: [PATCH] #100169# Text direction ListBox inserted into table TabPage --- sw/source/ui/table/tablepg.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sw/source/ui/table/tablepg.hxx b/sw/source/ui/table/tablepg.hxx index 709458a1d78a..d7a2b3868276 100644 --- a/sw/source/ui/table/tablepg.hxx +++ b/sw/source/ui/table/tablepg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tablepg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fme $ $Date: 2001-06-01 11:14:09 $ + * last change: $Author: os $ $Date: 2002-06-17 11:16:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,12 +117,17 @@ class SwFormatTablePage : public SfxTabPage FixedText aBottomFT; MetricField aBottomMF; + FixedLine aPropertiesFL; + FixedText aTextDirectionFT; + ListBox aTextDirectionLB; + SwTableRep* pTblData; SwTwips nSaveWidth; SwTwips nMinTableWidth; USHORT nOldAlign; BOOL bModified; BOOL bFull:1; + BOOL bHtmlMode : 1; void Init(); void ModifyHdl( Edit* pEdit );