summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/atrtox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/txtnode/atrtox.cxx')
-rw-r--r--sw/source/core/txtnode/atrtox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/atrtox.cxx b/sw/source/core/txtnode/atrtox.cxx
index c02478fe1014..8c64e4b2bd29 100644
--- a/sw/source/core/txtnode/atrtox.cxx
+++ b/sw/source/core/txtnode/atrtox.cxx
@@ -68,13 +68,13 @@ void SwTxtTOXMark::CopyTOXMark( SwDoc* pDoc )
{
SwTOXMark& rTOX = (SwTOXMark&)GetTOXMark();
TOXTypes eType = rTOX.GetTOXType()->GetType();
- USHORT nCount = pDoc->GetTOXTypeCount( eType );
+ sal_uInt16 nCount = pDoc->GetTOXTypeCount( eType );
const SwTOXType* pType = 0;
const XubString& rNm = rTOX.GetTOXType()->GetTypeName();
// kein entsprechender Verzeichnistyp vorhanden -> anlegen
// sonst verwenden
- for(USHORT i=0; i < nCount; ++i)
+ for(sal_uInt16 i=0; i < nCount; ++i)
{
const SwTOXType* pSrcType = pDoc->GetTOXType(eType, i);
if(pSrcType->GetTypeName() == rNm )