Hi all,

On 18.10.2010 14:29, Daniel Rentz wrote:

> Am 18.10.2010 13:54, schrieb Stephan Bergmann:
>> On 10/13/10 15:35, Michael Stahl wrote:
>>> because the new *pArr is an STL container, this should be a size_t,
>>> not an
>>> USHORT.
>>
>> Note that for a given STL container type T the relevant size type is not
>> std::size_t but T::size_type.
> 
> Knowing this, but being curious, is there an STL implementation used in 
> OOo, where T::size_type is different to std::size_t for any container 
> type T? I got used to using size_t in quite some code...
> 
> 
> Daniel


Please take note of my recent interface announcement from 09:25 today:

With CWS tl77
In SfxPoolItem and ist derived classes the functions:
-    virtual SfxPoolItem*     Create(SvStream &, USHORT) const;
-    virtual SvStream&        Store(SvStream &, USHORT nItemVersion ) const;

will get removed! Thus no need to waste time here.
To avoid large merge conflicts in that area I would advise to wait with
changes in those two functions. Also as stated in the interface mail, a
few of the functions will be renamed to CreateItem/StoreItem.

It will still take some time before that CWS will even be ready for QA
though.


Regards,
Thomas



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to