diff options
author | Uray M. János <uray.janos@gmail.com> | 2012-07-17 19:00:21 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-07-18 10:19:09 +0200 |
commit | 450273888bcebc8e44bf5023be60f525ef56f0ec (patch) | |
tree | 6943d72a36c7b3a74e5876f53986e96b679ac981 /sw/inc/expfld.hxx | |
parent | 3103169c41c2c5d5566603d3d05d68181b8b69c1 (diff) |
fdo#50801 fix cross-reference text when Caption order is Numbering first
Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d
Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r-- | sw/inc/expfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 0b908df55bd2..5603aac1493c 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -123,7 +123,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); + static sal_uInt16 GetReferenceTextPos( const SwFmtFld& rFmt, SwDoc& rDoc, unsigned nHint = 0); // #i82544# void SetLateInitialization() { bLateInitialization = true;} }; |