summaryrefslogtreecommitdiff
path: root/framework/inc/classes/fwktabwindow.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-13 13:11:20 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-13 13:11:20 +0100
commitbaa228bd0d3c925bdceec1baf7b0095380bb2c69 (patch)
tree32bea8c5216d7b8e77e54f33d517a447ec63efaa /framework/inc/classes/fwktabwindow.hxx
parentf9387e6431f323a0713111a05223b4c98500005c (diff)
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in framework
Diffstat (limited to 'framework/inc/classes/fwktabwindow.hxx')
-rw-r--r--framework/inc/classes/fwktabwindow.hxx2
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