diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 10:45:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 10:45:06 +0100 |
commit | 72a8a2b77eac83f3131a2e4dee44e389b9d873be (patch) | |
tree | 77e5c8974199a03efa365cd4f74af1abe8c6f6f4 /forms/source/component/Button.hxx | |
parent | 15aaf45ef98c6f212adde85a2370d75df5164a27 (diff) |
#i113654# these event handler ids need to be a ULONG
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; |