From 9bbfb78de44c93a19a7dc919f960e2ee17c17c4e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 May 2015 14:04:30 +0200 Subject: loplugin:staticmethods Change-Id: I5d02ba0db00e11af3c17eaf77ce19c635a52077f --- sw/qa/extras/inc/bordertest.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa/extras/inc') diff --git a/sw/qa/extras/inc/bordertest.hxx b/sw/qa/extras/inc/bordertest.hxx index dfd41ad54eff..fdee574641b2 100644 --- a/sw/qa/extras/inc/bordertest.hxx +++ b/sw/qa/extras/inc/bordertest.hxx @@ -26,7 +26,7 @@ public: { } - void testTheBorders(uno::Reference mxComponent, bool isBinaryDoc) + static void testTheBorders(uno::Reference mxComponent, bool isBinaryDoc) { uno::Reference textDocument(mxComponent, uno::UNO_QUERY); uno::Reference xParaEnumAccess(textDocument->getText(), uno::UNO_QUERY); -- cgit