summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-07 16:07:14 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-07 16:07:14 +0100
commit88f014217e8e8c8c2ffc6b497357917800f33520 (patch)
tree429cf954c6bad3cc44c842156a3f39ba44edddb9 /toolkit
parentc397ebdd863e7ee3d59a0aa77b42c20b8ff9b810 (diff)
removetooltypes01: #i112600# Fix build problem after rebase in toolkit
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtabpagecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtabpagecontainer.cxx b/toolkit/source/awt/vclxtabpagecontainer.cxx
index ead570f80b88..d4f7a5048701 100644
--- a/toolkit/source/awt/vclxtabpagecontainer.cxx
+++ b/toolkit/source/awt/vclxtabpagecontainer.cxx
@@ -177,7 +177,7 @@ void VCLXTabPageContainer::ProcessWindowEvent( const VclWindowEvent& _rVclWindow
case VCLEVENT_TABPAGE_ACTIVATE:
{
// allocateArea( maAllocation );
- ULONG page = (ULONG)_rVclWindowEvent.GetData();
+ sal_uLong page = (sal_uLong)_rVclWindowEvent.GetData();
awt::tab::TabPageActivatedEvent aEvent(NULL,page);
m_aTabPageListeners.tabPageActivated(aEvent);
break;