diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-07 16:05:41 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-07 16:05:41 +0100 |
commit | 39ad2ff73a9700be25064169bc8bd85001ab959c (patch) | |
tree | d63fd17600d08dfffb42e7e8827c977a741c561f /svl | |
parent | cb5c8c06db560f1f5876cac2184a75c509267279 (diff) |
removetooltypes01: #i112600# Fixes in rsc, svl and xmloff after rebase
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/poolio.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 6982764af432..d384cdedf89f 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -241,7 +241,7 @@ SvStream &SfxItemPool::Store(SvStream &rStream) const const SfxPoolItem *pItem = (*pArr)->operator[](j); if ( pItem && pItem->GetRefCount() ) //! siehe anderes MI-REF { - aItemsRec.NewContent((USHORT)j, 'X' ); + aItemsRec.NewContent((sal_uInt16)j, 'X' ); if ( pItem->GetRefCount() == SFX_ITEMS_SPECIAL ) rStream << (sal_uInt16) pItem->GetKind(); |