Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > cd8ce32c919af60229fca1d7f792c60e > files > 101

openoffice.org-3.2.0-12.35.fc13.src.rpm

import workspace.cmcfixes77.patch

diff -r 80b81759fdb5 forms/source/component/Button.cxx
--- a/forms/source/component/Button.cxx	Fri Aug 06 13:44:46 2010 +0200
+++ b/forms/source/component/Button.cxx	Fri Aug 06 14:01:57 2010 +0200
@@ -442,7 +442,7 @@
 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;
diff -r 80b81759fdb5 forms/source/component/Button.hxx
--- a/forms/source/component/Button.hxx	Fri Aug 06 13:44:46 2010 +0200
+++ b/forms/source/component/Button.hxx	Fri Aug 06 14:01:57 2010 +0200
@@ -130,7 +130,7 @@
                         ,public OFormNavigationHelper
 {
 private:
-	sal_uInt32  m_nClickEvent;
+	ULONG m_nClickEvent;
     sal_Int32   m_nTargetUrlFeatureId;
     /// caches the value of the "Enabled" property of our model
     sal_Bool    m_bEnabledByPropertyValue;