summaryrefslogtreecommitdiffstats
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-08 15:32:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-08 17:18:31 +0000
commit02f80eef3c60385582f1bc2d8f2fbccb8d55b7ff (patch)
tree1da118bb39f378a885a5b491b42edbf9377d2048 /sw/inc/expfld.hxx
parentlongparas: these sal_uLongs are really xub_StrLens (diff)
downloadcore-02f80eef3c60385582f1bc2d8f2fbccb8d55b7ff.tar.gz
core-02f80eef3c60385582f1bc2d8f2fbccb8d55b7ff.zip
longparas: these sal_uInt16s are really xub_StrLens
Change-Id: I54ecd08c4073f1de6dd28e7d6824d8cfde98254a
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 978a89140afb..4599911f7006 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -124,7 +124,7 @@ public:
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
- static sal_uInt16 GetReferenceTextPos( const SwFmtFld& rFmt, SwDoc& rDoc, unsigned nHint = 0);
+ static xub_StrLen GetReferenceTextPos( const SwFmtFld& rFmt, SwDoc& rDoc, unsigned nHint = 0);
// #i82544#
void SetLateInitialization() { bLateInitialization = true;}
};