summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/usereventqueue.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-29 10:47:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-29 10:24:23 +0000
commite195b2ec9559390c4d1172e0a1e4322dbc7dd45d (patch)
treed8b1e6dc6f2e5af0bffe747abc649d1db99fe082 /slideshow/source/inc/usereventqueue.hxx
parent4092da68f5e71b3fb82382a8f3d31d2cd05289d7 (diff)
com::sun::star->css in slideshow
Change-Id: I7ae3c5198c22a3937e8c3ef87f48fa2a7e562c62 Reviewed-on: https://gerrit.libreoffice.org/19664 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/source/inc/usereventqueue.hxx')
-rw-r--r--slideshow/source/inc/usereventqueue.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx
index dd7ae4abf82b..00d6d955a64f 100644
--- a/slideshow/source/inc/usereventqueue.hxx
+++ b/slideshow/source/inc/usereventqueue.hxx
@@ -111,8 +111,7 @@ public:
*/
void registerAnimationStartEvent(
const EventSharedPtr& rEvent,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::animations::XAnimationNode>& xNode );
+ const css::uno::Reference<css::animations::XAnimationNode>& xNode );
/** Register an event that will be fired when the given
animation node ends its active duration.
@@ -123,8 +122,7 @@ public:
*/
void registerAnimationEndEvent(
const EventSharedPtr& rEvent,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::animations::XAnimationNode>& xNode );
+ const css::uno::Reference<css::animations::XAnimationNode>& xNode );
/** Register an event that will be fired when audio output
stopped for the given animation node.
@@ -135,8 +133,7 @@ public:
*/
void registerAudioStoppedEvent(
const EventSharedPtr& rEvent,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::animations::XAnimationNode>& xNode );
+ const css::uno::Reference<css::animations::XAnimationNode>& xNode );
/** Register an event that is fired when a shape is clicked