ooo-build r15505 - in trunk: . patches/dev300



Author: tml
Date: Mon Mar  9 10:29:12 2009
New Revision: 15505
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15505&view=rev

Log:
2009-03-09  Tor Lillqvist  <tml novell com>

	* patches/dev300/slideshow-effect-rewind.diff: Add the boolean
	bReverse parameter also to the slideEnded method in
	sdext/source/presenter/PresenterCurrentSlideObserver.{hxx,cxx}. Just
	ignore it for now, though.



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/slideshow-effect-rewind.diff

Modified: trunk/patches/dev300/slideshow-effect-rewind.diff
==============================================================================
--- trunk/patches/dev300/slideshow-effect-rewind.diff	(original)
+++ trunk/patches/dev300/slideshow-effect-rewind.diff	Mon Mar  9 10:29:12 2009
@@ -2303,3 +2303,26 @@
  private:
      /** Generically register an event on one of the handlers.
          
+--- sdext/source/presenter/PresenterCurrentSlideObserver.hxx
++++ sdext/source/presenter/PresenterCurrentSlideObserver.hxx
+@@ -76,7 +76,7 @@
+     virtual void SAL_CALL slideTransitionStarted(  ) throw (::com::sun::star::uno::RuntimeException);
+     virtual void SAL_CALL slideTransitionEnded(  ) throw (::com::sun::star::uno::RuntimeException);
+     virtual void SAL_CALL slideAnimationsEnded(  ) throw (::com::sun::star::uno::RuntimeException);
+-    virtual void SAL_CALL slideEnded(  ) throw (::com::sun::star::uno::RuntimeException);
++    virtual void SAL_CALL slideEnded( sal_Bool bReverse ) throw (::com::sun::star::uno::RuntimeException);
+     virtual void SAL_CALL hyperLinkClicked( const ::rtl::OUString& hyperLink ) throw (::com::sun::star::uno::RuntimeException);
+ 
+ 	// XAnimationListener
+--- sdext/source/presenter/PresenterCurrentSlideObserver.cxx
++++ sdext/source/presenter/PresenterCurrentSlideObserver.cxx
+@@ -109,7 +109,8 @@
+ {
+ }
+ 
+-void SAL_CALL PresenterCurrentSlideObserver::slideEnded (void)
++void SAL_CALL PresenterCurrentSlideObserver::slideEnded (sal_Bool /* bReverse */)
++    // Ignore direction for now...
+     throw (css::uno::RuntimeException)
+ {
+     // Determine whether the new current slide (the one after the one that



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]