diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
commit | 7f33ed417b2e29e5470724ea76967f64699a2662 (patch) | |
tree | abfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/inc/ftnidx.hxx | |
parent | 80731dbfcb48a2ffec30a4b2abe1ba8ada8f0169 (diff) |
removetooltypes01: #i112600# Remove tools types from sw
Diffstat (limited to 'sw/inc/ftnidx.hxx')
-rw-r--r-- | sw/inc/ftnidx.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); }; |