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



Author: pmladek
Date: Mon Mar  9 16:25:48 2009
New Revision: 15508
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15508&view=rev

Log:
2009-03-09  Petr Mladek  <pmladek suse cz>

	* patches/dev300/slideshow-effect-rewind.diff: removed duplicit hunks
	  against sdext (removed the Tor's variant ;-)



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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar  9 16:25:48 2009
@@ -1,3 +1,38 @@
+ooo-build-3.0.99.1
+
+    + features:
+	+ support ooo310-m4 [Kohei, Rene, ...]
+    + bug fixes:
+	+ more on WebDAV locking [Tor]
+	+ support sheet tab colors Excel import/export [Daniel]
+	+ import/export field's precision correctly (n#479025) [Kohei]
+	+ Named ranges with Excel A1 or R1C1 syntax (bnc#481200) [Kohei]
+	+ copy & paste of non-contiguous regions (n#447003, i#25855) [Kohei]
+	+ allow to step back one animation in slideshow (i#48179) [Thorsten]
+	+ mail merge bugs and regressions [Michel]
+    + VBA bits:
+	+ more on the support for VBA in Writer [Noel, Fong]
+	+ Application.CommandBars function [bnc#459458] [Fong]
+	+ autotext and OLE objects (i#99786 & i#99790) [Noel]
+	+ close event handler crasher [Noel]
+    + l10n:
+	+ small Hungarian translation fixes [Andras]
+    + build bits:
+	+ renamed sources [Petr]:
+	    + libs_core       -> libs-core
+	    + libs_gui        -> libs-gui
+	    + libs-extern     -> libs-extern
+	    + libs_extern_sys -> libs-extern-sys
+	+ split and renamed sources [Petr]:
+	    + l10n --> extras
+	           `-> help
+	+ build on MIPS [Rene]
+        + various build fixes [Rene, Kohei, Fridrich, Tor, Noel, Petr, ...]
+	+ more fixes of --with-srcdir [Fridrich]
+    + experimental:
+	+ more on the split build [Petr]
+	+ more on KDE4 support [Bernhard]
+
 ooo-build-3.0.99.0
 
     + features:

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 16:25:48 2009
@@ -2345,26 +2345,3 @@
  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]