diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 12:30:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 12:30:09 +0000 |
commit | 8493df9582f7c0f8307b2e7aa5be289de546fa00 (patch) | |
tree | 95536c24dab16721a67ef31f27a416beeff45181 /idl | |
parent | 6a943ad1ee1bf4cc2d9930935276313e71fa6a05 (diff) |
INTEGRATION: CWS ooo64bit01 (1.12.16); FILE MERGED
2004/04/08 21:03:40 fa 1.12.16.3: Fix 0UL->0U, broke 64-bit compiles
2004/03/31 16:48:30 fa 1.12.16.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes
2004/03/29 00:29:45 fa 1.12.16.1: More 64-bit changes. 'rsc' still broken, but not as much as before.
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/slot.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index 070a321e2f49..bcf00774ac0e 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -2,9 +2,9 @@ * * $RCSfile: slot.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2003-12-01 15:51:00 $ + * last change: $Author: rt $ $Date: 2004-06-17 13:30:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1223,7 +1223,7 @@ void SvMetaSlot::Insert( SvSlotElementList& rList, const ByteString & rPrefix, pLinkedSlot = pFirstEnumSlot; // Slaves untereinander verketten - rList.Seek(0UL); + rList.Seek(0U); xEnumSlot = pFirstEnumSlot; SvSlotElement *pEle; do |