summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tksimpleanimation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/tksimpleanimation.cxx')
-rw-r--r--toolkit/source/controls/tksimpleanimation.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/tksimpleanimation.cxx b/toolkit/source/controls/tksimpleanimation.cxx
index f60abcaf3823..f0454e8d81b7 100644
--- a/toolkit/source/controls/tksimpleanimation.cxx
+++ b/toolkit/source/controls/tksimpleanimation.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -185,7 +185,7 @@ namespace toolkit
if ( xAnimation.is() )
xAnimation->start();
}
-
+
//--------------------------------------------------------------------
void SAL_CALL UnoSimpleAnimationControl::stop() throw ( uno::RuntimeException )
{
@@ -195,7 +195,7 @@ namespace toolkit
if ( xAnimation.is() )
xAnimation->stop();
}
-
+
//--------------------------------------------------------------------
void SAL_CALL UnoSimpleAnimationControl::setImageList( const uno::Sequence< uno::Reference< graphic::XGraphic > >& ImageList )
throw ( uno::RuntimeException )