summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/presvish.cxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-12-05 00:16:48 +0200
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 12:47:23 +0000
commitb4106d0526e1a1978cbc8f916da05f1a1c976715 (patch)
tree46ddc21d42af99b69fef7f28d0ec4fa79b1e46e3 /sd/source/ui/view/presvish.cxx
parent1c4faf4b2984c0def76bd5818295aace0505654c (diff)
Removed dead code and comments from sd
Diffstat (limited to 'sd/source/ui/view/presvish.cxx')
-rw-r--r--sd/source/ui/view/presvish.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx
index 7f22f7f06879..2ee54375f9be 100644
--- a/sd/source/ui/view/presvish.cxx
+++ b/sd/source/ui/view/presvish.cxx
@@ -60,7 +60,6 @@
#include "ViewShellBase.hxx"
#include "FactoryIds.hxx"
-// #110496#
#include "slideshow.hxx"
#include "fupoor.hxx"
#include "Window.hxx"
@@ -126,7 +125,6 @@ void PresentationViewShell::FinishInitialization( FrameView* pFrameView )
pFrameView->Connect();
}
SetRuler(false);
-// SwitchPage (nPageNumber);
WriteFrameViewData();
GetActiveWindow()->GrabFocus();
@@ -150,7 +148,6 @@ void PresentationViewShell::Activate( BOOL bIsMDIActivate )
if( bIsMDIActivate )
{
- //HMH::sd::View* pView = GetView();
SfxBoolItem aItem( SID_NAVIGATOR_INIT, TRUE );
GetViewFrame()->GetDispatcher()->Execute( SID_NAVIGATOR_INIT, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, &aItem, 0L );