office-gobmx/animations
Noel Grandin 9af0abebfd remove unnecessary use of Reference constructor in throw
Convert code like this:
  throw IOException("xx",
     Reference< XInterface >(static_cast<OWeakObject*>(this)) );
to this:
  throw IOException("xx",
     static_cast<OWeakObject*>(this) );

Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
2014-05-27 08:20:11 +02:00
..
source/animcore remove unnecessary use of Reference constructor in throw 2014-05-27 08:20:11 +02:00
Library_animcore.mk fdo#60698: Split out slideshow code from animations 2014-03-10 09:15:54 +01:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_animations.mk re-base on ALv2 code. Includes: 2013-06-03 11:41:36 +01:00
README add missing README to animation, sc, sd, slideshow, starmath, sw 2012-02-04 09:26:08 -06:00

Contains containers for the css::animation UNO API, used in [[slideshow]] and [[sd]].