diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-12 10:14:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-12 15:52:53 +0200 |
commit | 345800501c2af7c48460cc0437543822c09da1c0 (patch) | |
tree | 2ad0cc7c3e095a55a7656c620062e8464717372f /chart2 | |
parent | 45566e7cc9ed6085907d9048f9dfe9623fb9ee76 (diff) |
loplugin:staticmethods
Change-Id: Ia470ed848c5c27de1b0ae3fa89a59f6cb2ae38fe
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index f645333c1933..45c819b0d46e 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -2684,6 +2684,8 @@ void ChartView::render() pShapeFactory->postRender(pWindow); } } +#else + (void) this; #endif } |