diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 14:30:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-21 12:19:20 +0200 |
commit | d9fd1d531036c3014de081ab012c556c2a416039 (patch) | |
tree | d40c2602bb7234741b2240da42f119b0a9dc1bc4 /include | |
parent | 87612bfee4ca5165a358d73e891e440bf988b725 (diff) |
remove unused return value from method
Change-Id: If8ad6d01e92bb6df429acca03df0b40a4e2b7f1d
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/AccessibleStringWrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/AccessibleStringWrap.hxx b/include/editeng/AccessibleStringWrap.hxx index 50cf379589bb..3936436489a1 100644 --- a/include/editeng/AccessibleStringWrap.hxx +++ b/include/editeng/AccessibleStringWrap.hxx @@ -41,7 +41,7 @@ public: EDITENG_DLLPUBLIC AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const OUString& rText ); - EDITENG_DLLPUBLIC sal_Bool GetCharacterBounds( sal_Int32 nIndex, Rectangle& rRect ); + EDITENG_DLLPUBLIC void GetCharacterBounds( sal_Int32 nIndex, Rectangle& rRect ); EDITENG_DLLPUBLIC sal_Int32 GetIndexAtPoint( const Point& rPoint ); private: |