summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/custsdlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-04 11:27:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-04 11:27:24 +0000
commit394d96469b4fe1c72a105f78fcf0721e92fb4d2b (patch)
tree01b500128d453be56ec9a1eb84d95a996ce7af49 /sd/source/ui/dlg/custsdlg.cxx
parent41955aa02d8380d6b1d986ae362f23c251555b94 (diff)
INTEGRATION: CWS draw14 (1.2.48); FILE MERGED
2003/05/28 09:25:15 cl 1.2.48.1: #109180# changed start from current page feature
Diffstat (limited to 'sd/source/ui/dlg/custsdlg.cxx')
-rw-r--r--sd/source/ui/dlg/custsdlg.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx
index 27294d503081..80b71948f5f1 100644
--- a/sd/source/ui/dlg/custsdlg.cxx
+++ b/sd/source/ui/dlg/custsdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: custsdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 10:57:39 $
+ * last change: $Author: vg $ $Date: 2003-06-04 12:27:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,15 +150,14 @@ SdCustomShowDlg::~SdCustomShowDlg()
\************************************************************************/
void SdCustomShowDlg::CheckState()
{
- bool bStartWithActualPage = SD_MOD()->GetSdOptions( rDoc.GetDocumentType() )->IsStartWithActualPage();
USHORT nPos = aLbCustomShows.GetSelectEntryPos();
BOOL bEnable = nPos != LISTBOX_ENTRY_NOTFOUND;
aBtnEdit.Enable( bEnable );
aBtnRemove.Enable( bEnable );
aBtnCopy.Enable( bEnable );
- aCbxUseCustomShow.Enable( bEnable && !bStartWithActualPage);
- aBtnStartShow.Enable( !bStartWithActualPage );
+ aCbxUseCustomShow.Enable( bEnable );
+ aBtnStartShow.Enable( true );
if( bEnable )
pCustomShowList->Seek( nPos );