From 44790193a74923d42228277ed46723ba9e225136 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Mar 2015 08:29:36 +0200 Subject: loplugin:staticfunction Change-Id: I982ba552579019e4902ae59fddf14a6b34ba5954 --- basegfx/source/inc/hommatrixtemplate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/source/inc/hommatrixtemplate.hxx') diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx index 2e1be87a8a68..39922685be73 100644 --- a/basegfx/source/inc/hommatrixtemplate.hxx +++ b/basegfx/source/inc/hommatrixtemplate.hxx @@ -141,7 +141,7 @@ namespace basegfx } } - sal_uInt16 getEdgeLength() const { return RowSize; } + static sal_uInt16 getEdgeLength() { return RowSize; } double get(sal_uInt16 nRow, sal_uInt16 nColumn) const { -- cgit v1.2.3