summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-15 10:14:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-15 13:26:08 +0000
commit2e5ec4f5b6cf295c64598c4284f01814d218c489 (patch)
tree703704f70f86cc24bdc043ff8d16570bb3cb2f59 /sw/inc/txtatr.hxx
parentba27366f3d6bc6b209ecd5c5cb79a9ee5315316a (diff)
Related: #i17171# big xub_Strlen -> sal_Int32 changes
Change-Id: I31bce794c95062abfa1171c13cf565498688b5f3
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r--sw/inc/txtatr.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx
index 9539397b35c2..2c879250d2fb 100644
--- a/sw/inc/txtatr.hxx
+++ b/sw/inc/txtatr.hxx
@@ -38,7 +38,7 @@ class SwTxtCharFmt : public SwTxtAttrEnd
sal_uInt16 m_nSortNumber;
public:
- SwTxtCharFmt( SwFmtCharFmt& rAttr, xub_StrLen nStart, xub_StrLen nEnd );
+ SwTxtCharFmt( SwFmtCharFmt& rAttr, sal_Int32 nStart, sal_Int32 nEnd );
virtual ~SwTxtCharFmt( );
// Passed from SwFmtCharFmt (no derivation from SwClient!).
@@ -59,7 +59,7 @@ class SwTxtAttrNesting : public SwTxtAttrEnd
{
protected:
SwTxtAttrNesting( SfxPoolItem & i_rAttr,
- const xub_StrLen i_nStart, const xub_StrLen i_nEnd );
+ const sal_Int32 i_nStart, const sal_Int32 i_nEnd );
virtual ~SwTxtAttrNesting();
};
@@ -67,14 +67,14 @@ class SwTxtMeta : public SwTxtAttrNesting
{
private:
SwTxtMeta( SwFmtMeta & i_rAttr,
- const xub_StrLen i_nStart, const xub_StrLen i_nEnd );
+ const sal_Int32 i_nStart, const sal_Int32 i_nEnd );
public:
static SwTxtMeta * CreateTxtMeta(
::sw::MetaFieldManager & i_rTargetDocManager,
SwTxtNode *const i_pTargetTxtNode,
SwFmtMeta & i_rAttr,
- xub_StrLen const i_nStart, xub_StrLen const i_nEnd,
+ sal_Int32 const i_nStart, sal_Int32 const i_nEnd,
bool const i_bIsCopy);
virtual ~SwTxtMeta();
@@ -91,7 +91,7 @@ class SW_DLLPUBLIC SwTxtRuby : public SwTxtAttrNesting, public SwClient
protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
public:
- SwTxtRuby( SwFmtRuby& rAttr, xub_StrLen nStart, xub_StrLen nEnd );
+ SwTxtRuby( SwFmtRuby& rAttr, sal_Int32 nStart, sal_Int32 nEnd );
virtual ~SwTxtRuby();
TYPEINFO();