summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 21:40:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:22 +0200
commit150df3c020613bd956c4ad38ab4b5e247801296b (patch)
tree5467494d02955eb9e8de4ef4b31a6af8aec67719 /forms/source/component/Button.cxx
parentstarawt -> css::awt (diff)
downloadcore-150df3c020613bd956c4ad38ab4b5e247801296b.tar.gz
core-150df3c020613bd956c4ad38ab4b5e247801296b.zip
star* -> css::*
Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a
Diffstat (limited to 'forms/source/component/Button.cxx')
-rw-r--r--forms/source/component/Button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index 262bd89fadef..8d45fae2b3aa 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -425,7 +425,7 @@ void SAL_CALL OButtonControl::disposing( const EventObject& _rSource ) throw( Ru
void OButtonControl::actionPerformed(const ActionEvent& /*rEvent*/) throw ( ::com::sun::star::uno::RuntimeException, std::exception)
{
- // Asynchronous for starutil::URL-Button
+ // Asynchronous for css::util::URL-Button
ImplSVEvent * n = Application::PostUserEvent( LINK(this, OButtonControl,OnClick) );
{
::osl::MutexGuard aGuard( m_aMutex );