diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-13 13:11:20 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-13 13:11:20 +0100 |
commit | baa228bd0d3c925bdceec1baf7b0095380bb2c69 (patch) | |
tree | 32bea8c5216d7b8e77e54f33d517a447ec63efaa /framework/inc | |
parent | f9387e6431f323a0713111a05223b4c98500005c (diff) |
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in framework
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/fwktabwindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/fwktabwindow.hxx b/framework/inc/classes/fwktabwindow.hxx index bef0f606f993..7d01b3c6f9d8 100644 --- a/framework/inc/classes/fwktabwindow.hxx +++ b/framework/inc/classes/fwktabwindow.hxx @@ -54,7 +54,7 @@ class FwkTabControl : public TabControl public: FwkTabControl( Window* pParent, const ResId& rResId ); - void BroadcastEvent( sal_uIntPtr nEvent ); + void BroadcastEvent( sal_uLong nEvent ); }; class FwkTabPage : public TabPage |