summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:19:56 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:19:56 +0000
commitac5324b23591a8e81e2f8a082979df588c0b653f (patch)
tree3fed5d0a6b422ece50d3d37e21c22a34a30a79eb /sw/source/ui/index
parent691d79b0db59919bc1acb9501052506d5ca98f6b (diff)
INTEGRATION: CWS sw30bf08 (1.77.128); FILE MERGED
2008/07/09 06:50:09 od 1.77.128.2: RESYNC: (1.77-1.78); FILE MERGED 2008/07/01 12:09:33 os 1.77.128.1: #i90967# chapter info button hidden in Bibliography
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/cnttab.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 257e2a0ee93b..c05a11edaff6 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cnttab.cxx,v $
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
* This file is part of OpenOffice.org.
*
@@ -2450,7 +2450,7 @@ void SwTOXEntryTabPage::ActivatePage( const SfxItemSet& /*rSet*/)
aEntryNoPB.Show( bToxIsContent );
aHyperLinkPB.Show( bToxIsContent );
aRelToStyleCB.Show( !bToxIsAuthorities );
- aChapterInfoPB.Show( !bToxIsContent);
+ aChapterInfoPB.Show( !bToxIsContent && !bToxIsAuthorities);
aEntryPB.Show( !bToxIsAuthorities );
aPageNoPB.Show( !bToxIsAuthorities );
aAuthFieldsLB.Show( bToxIsAuthorities );