summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoparaframeenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoparaframeenum.hxx')
-rw-r--r--sw/source/core/inc/unoparaframeenum.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/unoparaframeenum.hxx b/sw/source/core/inc/unoparaframeenum.hxx
index cfa3694eafd6..ad3ff745906c 100644
--- a/sw/source/core/inc/unoparaframeenum.hxx
+++ b/sw/source/core/inc/unoparaframeenum.hxx
@@ -41,11 +41,11 @@ class SwFrmFmt;
struct FrameDependSortListEntry
{
- xub_StrLen nIndex;
+ sal_Int32 nIndex;
sal_uInt32 nOrder;
::boost::shared_ptr<SwDepend> pFrameDepend;
- FrameDependSortListEntry (xub_StrLen const i_nIndex,
+ FrameDependSortListEntry (sal_Int32 const i_nIndex,
sal_uInt32 const i_nOrder, SwDepend * const i_pDepend)
: nIndex(i_nIndex), nOrder(i_nOrder), pFrameDepend(i_pDepend) { }
};