summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fucushow.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:07:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:07:08 +0000
commit267339b45fcc7db50eca1320f025707f5e30ff81 (patch)
treebdbd2bfc898e6188d4882eba937a4948d2eb2e14 /sd/source/ui/func/fucushow.cxx
parenta72d74f64adf82106404649b53f68d886673cdf5 (diff)
INTEGRATION: CWS presentationengine01 (1.4.58); FILE MERGED
2004/08/25 16:31:26 cl 1.4.58.1: replaced old FuSlideShow with new SlideShow
Diffstat (limited to 'sd/source/ui/func/fucushow.cxx')
-rw-r--r--sd/source/ui/func/fucushow.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx
index a0f602e1c748..f720defe206a 100644
--- a/sd/source/ui/func/fucushow.cxx
+++ b/sd/source/ui/func/fucushow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fucushow.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:46:46 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:07:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,8 @@ FuCustomShowDlg::FuCustomShowDlg (
if( pDlg->IsModified() )//CHINA001 if( aDlg.IsModified() )
{
pDoc->SetChanged( TRUE );
- pDoc->SetCustomShow( pDlg->IsCustomShow() ); //CHINA001 pDoc->SetCustomShow( aDlg.IsCustomShow() );
+ sd::PresentationSettings& rSettings = pDoc->getPresentationSettings();
+ rSettings.mbCustomShow = pDlg->IsCustomShow();
}
if( nRet == RET_YES )