summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-08-04 19:01:02 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-08-04 19:01:02 +0100
commit30ed332773c722e247f27773413815e18951134d (patch)
tree50f5c4eefcaf1a7b14b5c3533358f973f16aa4d4 /forms/source/component/Button.cxx
parentcmcfixes77: merge with DEV300 m86 (diff)
downloadcore-30ed332773c722e247f27773413815e18951134d.tar.gz
core-30ed332773c722e247f27773413815e18951134d.zip
cmcfixes77: #i113654# 64bit events
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 6a326f749bdc..fcc4693fec22 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -439,7 +439,7 @@ void SAL_CALL OButtonControl::disposing( const EventObject& _rSource ) throw( Ru
void OButtonControl::actionPerformed(const ActionEvent& /*rEvent*/) throw ( ::com::sun::star::uno::RuntimeException)
{
// Asynchron fuer starutil::URL-Button
- sal_uInt32 n = Application::PostUserEvent( LINK(this, OButtonControl,OnClick) );
+ ULONG n = Application::PostUserEvent( LINK(this, OButtonControl,OnClick) );
{
::osl::MutexGuard aGuard( m_aMutex );
m_nClickEvent = n;