summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tkthrobber.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/tkthrobber.cxx')
-rw-r--r--toolkit/source/controls/tkthrobber.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/tkthrobber.cxx b/toolkit/source/controls/tkthrobber.cxx
index 0f3d2a58654e..e4081377ff06 100644
--- a/toolkit/source/controls/tkthrobber.cxx
+++ b/toolkit/source/controls/tkthrobber.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
@@ -183,7 +183,7 @@ namespace toolkit
if ( xAnimation.is() )
xAnimation->start();
}
-
+
//--------------------------------------------------------------------
void SAL_CALL UnoThrobberControl::stop() throw ( uno::RuntimeException )
{
@@ -193,7 +193,7 @@ namespace toolkit
if ( xAnimation.is() )
xAnimation->stop();
}
-
+
//........................................................................
} // namespace toolkit
//........................................................................