summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/xthrobber.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/xthrobber.cxx')
-rw-r--r--toolkit/source/awt/xthrobber.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/awt/xthrobber.cxx b/toolkit/source/awt/xthrobber.cxx
index 01527839d75f..112fad327f43 100644
--- a/toolkit/source/awt/xthrobber.cxx
+++ b/toolkit/source/awt/xthrobber.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
@@ -78,7 +78,7 @@ namespace toolkit
{
mpThrobber->start();
}
-
+
//--------------------------------------------------------------------
void SAL_CALL XThrobber::stop() throw ( uno::RuntimeException )
{
@@ -115,7 +115,7 @@ namespace toolkit
VCLXWindow::setProperty( PropertyName, Value );
}
}
-
+
//--------------------------------------------------------------------
uno::Any SAL_CALL XThrobber::getProperty( const ::rtl::OUString& PropertyName )
throw( uno::RuntimeException )
@@ -150,7 +150,7 @@ namespace toolkit
mpThrobber->setImageList( aImageList );
}
-
+
//........................................................................
} // namespace toolkit
//........................................................................