summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sdtreelb.cxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2002-09-26 09:01:42 +0000
committerIngrid Halama <iha@openoffice.org>2002-09-26 09:01:42 +0000
commit85595178410a2fe1998f15634f6d9d258b2ac3f4 (patch)
treef355cfb0d779af728d72f09c81a040c96569c94d /sd/source/ui/dlg/sdtreelb.cxx
parenta2b94fc994d42306e3a69ec210e2acaca79cd00b (diff)
#94954# do not list handout-page twice
Diffstat (limited to 'sd/source/ui/dlg/sdtreelb.cxx')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index fe3f108645af..4faf280cc798 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdtreelb.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ka $ $Date: 2002-07-30 13:49:32 $
+ * last change: $Author: iha $ $Date: 2002-09-26 10:01:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -314,7 +314,8 @@ void SdPageObjsTLB::Fill( const SdDrawDocument* pInDoc, BOOL bAllPages,
while( nPage < nMaxPages )
{
pPage = (SdPage*) pDoc->GetPage( nPage );
- if( bAllPages || pPage->GetPageKind() == PK_STANDARD )
+ if( (bAllPages || pPage->GetPageKind() == PK_STANDARD)
+ && !(pPage->GetPageKind()==PK_HANDOUT) ) //#94954# never list the normal handout page ( handout-masterpage is used instead )
{
BOOL bPageExluded = pPage->IsExcluded();