summaryrefslogtreecommitdiff
path: root/forms/source/component/Button.hxx
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.hxx
parent4ba1224b5e746ccfaac66b4d5dc74d7b49a91a0b (diff)
cmcfixes77: #i113654# 64bit events
Diffstat (limited to 'forms/source/component/Button.hxx')
-rw-r--r--forms/source/component/Button.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Button.hxx b/forms/source/component/Button.hxx
index c3528f9f86d2..72d53e6a1b0c 100644
--- a/forms/source/component/Button.hxx
+++ b/forms/source/component/Button.hxx
@@ -127,7 +127,7 @@ class OButtonControl :public OButtonControl_BASE
,public OFormNavigationHelper
{
private:
- sal_uInt32 m_nClickEvent;
+ ULONG m_nClickEvent;
sal_Int16 m_nTargetUrlFeatureId;
/// caches the value of the "Enabled" property of our model
sal_Bool m_bEnabledByPropertyValue;