diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-08-04 19:01:02 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-08-04 19:01:02 +0100 |
commit | 30ed332773c722e247f27773413815e18951134d (patch) | |
tree | 50f5c4eefcaf1a7b14b5c3533358f973f16aa4d4 /forms/source/component/Button.hxx | |
parent | 4ba1224b5e746ccfaac66b4d5dc74d7b49a91a0b (diff) |
cmcfixes77: #i113654# 64bit events
Diffstat (limited to 'forms/source/component/Button.hxx')
-rw-r--r-- | forms/source/component/Button.hxx | 2 |
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; |