diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 08:11:27 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 08:37:25 +0000 |
commit | 7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch) | |
tree | e8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/txtrange.hxx | |
parent | 795ac5bc53f6c15f2ab4634201747eb1c3e3331f (diff) |
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12
Reviewed-on: https://gerrit.libreoffice.org/17115
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/txtrange.hxx')
-rw-r--r-- | include/editeng/txtrange.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/txtrange.hxx b/include/editeng/txtrange.hxx index f37d835724d5..2069152a58c9 100644 --- a/include/editeng/txtrange.hxx +++ b/include/editeng/txtrange.hxx @@ -74,9 +74,7 @@ public: bool IsSimple() const { return bSimple; } bool IsInner() const { return bInner; } bool IsVertical() const { return bVertical; } - bool HasBorder() const { return nRight || nLeft; } const tools::PolyPolygon& GetPolyPolygon() const { return *mpPolyPolygon; } - const tools::PolyPolygon* GetLinePolygon() const { return mpLinePolyPolygon; } const Rectangle& GetBoundRect() { return pBound ? static_cast< const Rectangle& >(*pBound) : _GetBoundRect(); } void SetUpper( sal_uInt16 nNew ){ nUpper = nNew; } |