diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-11 11:27:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-11 11:28:36 +0100 |
commit | fd5a921a00f034817f67e7e00bd61f0a3f851441 (patch) | |
tree | f9ac9d63b117454b441f8f94873ad218c55a11a2 /sw/inc/ndhints.hxx | |
parent | c59355e936446fe55960209e543b072acb6b2170 (diff) |
SwpHintsArray::Resort(): remove mostly unused return value
Change-Id: Ia330e545c2727efb6e1b12c4c317f86f9ebdf955
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r-- | sw/inc/ndhints.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx index 475d87ace1ec..0d7a158ee889 100644 --- a/sw/inc/ndhints.hxx +++ b/sw/inc/ndhints.hxx @@ -91,7 +91,7 @@ protected: public: void Insert( const SwTxtAttr *pHt ); void DeleteAtPos( const sal_uInt16 nPosInStart ); - bool Resort(); + void Resort(); SwTxtAttr * Cut( const sal_uInt16 nPosInStart ); inline const SwTxtAttr * GetStart( const sal_uInt16 nPos ) const |