From 85595178410a2fe1998f15634f6d9d258b2ac3f4 Mon Sep 17 00:00:00 2001 From: Ingrid Halama Date: Thu, 26 Sep 2002 09:01:42 +0000 Subject: #94954# do not list handout-page twice --- sd/source/ui/dlg/sdtreelb.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sd/source/ui') 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(); -- cgit