summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-19 10:53:05 +0000
committerOliver Specht <os@openoffice.org>2001-06-19 10:53:05 +0000
commit905d9bb3bb523f962f4fe6b6747d0983d79da160 (patch)
treede6f6a0caf9cda146e01b4833e7228fa72c91c0f /sw/source/ui/table
parentca4895248b57a32eb7fee6262f89d8401dfc86e9 (diff)
#87820# text flow page corrected
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/tabledlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 1d706ee64b16..a67ad88eb5bd 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabledlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fme $ $Date: 2001-06-01 11:14:09 $
+ * last change: $Author: os $ $Date: 2001-06-19 11:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2042,7 +2042,7 @@ IMPL_LINK( SwTextFlowPage, PageBreakPosHdl_Impl, RadioButton*, pBtn )
{
if ( aPgBrkCB.IsChecked() )
{
- if ( pBtn == &aPgBrkBeforeRB )
+ if ( pBtn == &aPgBrkBeforeRB && aPgBrkRB.IsChecked() )
{
aPageCollCB.Enable();