summaryrefslogtreecommitdiff
path: root/sw/inc/ndhints.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-07-20 19:22:48 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-07-22 23:50:42 +0200
commit3621e2d9e16be46b28c26ca9278b91b94dbbd762 (patch)
tree4b48d53a2a468bfaf6f7a63aca8d80755d44368a /sw/inc/ndhints.hxx
parent05dda9a913122a7d9f5715868824c487da0d2534 (diff)
SwpHints::GetPos just used to check presence => renamed to Contains
Change-Id: I46a61422dc4299fb4b747dd838d25e63424dd3be
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r--sw/inc/ndhints.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index 10f3e802ba98..0e6e89f145ba 100644
--- a/sw/inc/ndhints.hxx
+++ b/sw/inc/ndhints.hxx
@@ -111,7 +111,7 @@ public:
inline size_t GetStartCount() const { return m_HintStarts.size(); }
inline size_t GetStartOf( const SwTxtAttr *pHt ) const;
- size_t GetPos( const SwTxtAttr *pHt ) const;
+ bool Contains( const SwTxtAttr *pHt ) const;
inline SwTxtAttr * GetTextHint( const size_t nIdx )
{ return GetStart(nIdx); }