summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusldlg.cxx
diff options
context:
space:
mode:
authorDona Hertel <cocofan@mailbolt.com>2011-04-13 17:28:39 -0700
committerThorsten Behrens <tbehrens@novell.com>2011-04-14 11:36:04 +0200
commitf7ccecc999b44bb3e077c6205a0719e55e8784ff (patch)
treed4c0269a8fa50f8175a9f5cdd3a27be32d5c7b64 /sd/source/ui/func/fusldlg.cxx
parent5cc66424b33285db9bee54b5fb0cc0b030b8ab7e (diff)
Easy Hack remove dead code and uncompiled code in 'sd' module
Diffstat (limited to 'sd/source/ui/func/fusldlg.cxx')
-rw-r--r--sd/source/ui/func/fusldlg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx
index 0111a9d2c9b9..3756baabc74b 100644
--- a/sd/source/ui/func/fusldlg.cxx
+++ b/sd/source/ui/func/fusldlg.cxx
@@ -110,14 +110,6 @@ void FuSlideShowDlg::DoExecute( SfxRequest& )
List* pCustomShowList = mpDoc->GetCustomShowList(); // No Create
sal_Bool bStartWithActualPage = SD_MOD()->GetSdOptions( mpDoc->GetDocumentType() )->IsStartWithActualPage();
-/* change in behaviour, even when always start with current page is enabled, range settings are
- still used
- if( bStartWithActualPage )
- {
- aFirstPage = pViewSh->GetActualPage()->GetName();
- pCustomShowList = NULL;
- }
-*/
if( !aFirstPage.Len() && pPage )
aFirstPage = pPage->GetName();