diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 14:14:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 13:00:01 +0000 |
commit | 861a322c662eb48b8da21c9d3ad1fa1f2f961391 (patch) | |
tree | 218c27389b31068393ccb2117d22cdeaaeedfbee /include/editeng/AccessibleImageBullet.hxx | |
parent | 965a008d66035069249b1f218f1663f5f9fcf5dd (diff) |
loplugin:expandablemethodds in include/editeng
Change-Id: Iaf56cb9c16a4cbfb9ab1636228c77d1033a334f5
Reviewed-on: https://gerrit.libreoffice.org/30132
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/AccessibleImageBullet.hxx')
-rw-r--r-- | include/editeng/AccessibleImageBullet.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/AccessibleImageBullet.hxx b/include/editeng/AccessibleImageBullet.hxx index 1b33069ebf9c..174963dbb03a 100644 --- a/include/editeng/AccessibleImageBullet.hxx +++ b/include/editeng/AccessibleImageBullet.hxx @@ -178,8 +178,6 @@ namespace accessibility */ SvxViewForwarder& GetViewForwarder() const; - const Point& GetEEOffset() const { return maEEOffset; } - // the paragraph index in the edit engine (guarded by solar mutex) sal_Int32 mnParagraphIndex; |