From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- sw/inc/ftnidx.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/ftnidx.hxx') diff --git a/sw/inc/ftnidx.hxx b/sw/inc/ftnidx.hxx index aa5ecc829364..9e645ee32e3c 100644 --- a/sw/inc/ftnidx.hxx +++ b/sw/inc/ftnidx.hxx @@ -52,7 +52,7 @@ public: void UpdateFtn( const SwNodeIndex& rStt ); // ab Pos. alle Updaten void UpdateAllFtn(); // alle Fussnoten updaten - SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, USHORT* pPos = 0 ) const; + SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, sal_uInt16* pPos = 0 ) const; }; @@ -69,8 +69,8 @@ public: static const SwSectionNode* FindSectNdWithEndAttr( const SwTxtFtn& rTxtFtn ); - USHORT GetNumber( const SwTxtFtn& rTxtFtn, const SwSectionNode& rNd ); - USHORT ChkNumber( const SwTxtFtn& rTxtFtn ); + sal_uInt16 GetNumber( const SwTxtFtn& rTxtFtn, const SwSectionNode& rNd ); + sal_uInt16 ChkNumber( const SwTxtFtn& rTxtFtn ); }; -- cgit