summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-28 08:09:32 +0000
committerOliver Specht <os@openoffice.org>2001-02-28 08:09:32 +0000
commit24f8c41b5f81ca33788e9952095275bcdd7746fd (patch)
treee6a69da895a460843dbe1bf448d53e745385d609 /sw/source/ui
parent51742bbb95d2ccfb7a8e7c5787c5bad92919f7af (diff)
#83804# no split in HTML
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/table/instable.cxx17
1 files changed, 14 insertions, 3 deletions
diff --git a/sw/source/ui/table/instable.cxx b/sw/source/ui/table/instable.cxx
index 84c4cc3a1e17..adfe7c2f197a 100644
--- a/sw/source/ui/table/instable.cxx
+++ b/sw/source/ui/table/instable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: instable.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:47 $
+ * last change: $Author: os $ $Date: 2001-02-28 09:09:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,7 +151,15 @@ SwInsTableDlg::SwInsTableDlg( SwView& rView )
aHeaderCB.Check(nInsTblFlags & HEADLINE);
aRepeatHeaderCB.Check(nInsTblFlags & REPEAT);
- aDontSplitCB.Check(!(nInsTblFlags & SPLIT_LAYOUT));
+ if(bHTMLMode)
+ {
+ aDontSplitCB.Hide();
+ aBorderCB.SetPosPixel(aDontSplitCB.GetPosPixel());
+ }
+ else
+ {
+ aDontSplitCB.Check(!(nInsTblFlags & SPLIT_LAYOUT));
+ }
aBorderCB.Check(nInsTblFlags & DEFAULT_BORDER);
aHeaderCB.SetClickHdl(LINK(this, SwInsTableDlg, CheckBoxHdl));
@@ -217,6 +225,9 @@ IMPL_LINK(SwInsTableDlg, CheckBoxHdl, CheckBox*, EMPTYARG)
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 17:14:47 hr
+ initial import
+
Revision 1.49 2000/09/18 16:06:08 willem.vandorp
OpenOffice header added.