summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:29:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:29:42 +0000
commit57f1b6c919609abf4e6cfff81926d1b1ec8c4da5 (patch)
tree7d3e33c186a4a334539afd73eb0772d17a99d062 /sd
parent8c8cbe2e72a662520f738dbde3afb5982f493509 (diff)
INTEGRATION: CWS presentationengine01 (1.4.10); FILE MERGED
2004/08/25 16:32:23 cl 1.4.10.1: replaced old FuSlideShow with new SlideShow
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unovwcrs.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/unovwcrs.cxx b/sd/source/ui/unoidl/unovwcrs.cxx
index 59b69416a4a7..24309e70778f 100644
--- a/sd/source/ui/unoidl/unovwcrs.cxx
+++ b/sd/source/ui/unoidl/unovwcrs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unovwcrs.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 12:36:52 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:29:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,8 +85,8 @@
#ifndef SD_VIEW_SHELL_HXX
#include "ViewShell.hxx"
#endif
-#ifndef SD_FU_SLIDE_SHOW_HXX
-#include "fuslshow.hxx"
+#ifndef _SD_SLIDESHOW_HXX
+#include "slideshow.hxx"
#endif
#include <cppuhelper/implbase2.hxx>
@@ -218,6 +218,7 @@ sal_Bool SdXTextViewCursor::screenDown(void) throw( uno::RuntimeException )
OGuard aGuard(Application::GetSolarMutex());
sal_Bool bRet = sal_False;
+/*
if( mpView && mpView->GetDocSh() )
{
@@ -232,12 +233,14 @@ sal_Bool SdXTextViewCursor::screenDown(void) throw( uno::RuntimeException )
}
}
}
+*/
return sal_False;
}
sal_Bool SdXTextViewCursor::screenUp(void) throw( uno::RuntimeException )
{
OGuard aGuard(Application::GetSolarMutex());
+/*
sal_Bool bRet = sal_False;
if( mpView && mpView->GetDocSh() )
@@ -253,6 +256,7 @@ sal_Bool SdXTextViewCursor::screenUp(void) throw( uno::RuntimeException )
}
}
}
+*/
return sal_False;
}