From 176c27f1946ae889910dd154742f2416b481569d Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Wed, 27 May 2015 19:30:07 +0100 Subject: loplugin:staticmethods Change-Id: I8a6a6dcac8355796b984f6b37b791596fe9dca02 --- libreofficekit/source/gtk/lokdocview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libreofficekit') diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index ebb09e75c8bc..b6ec8923d4eb 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -171,7 +171,7 @@ struct LOKDocView_Impl */ void renderDocument(GdkRectangle* pPartial); /// Sets rWidth and rHeight from a "width, height" string. - void payloadToSize(const char* pPayload, long& rWidth, long& rHeight); + static void payloadToSize(const char* pPayload, long& rWidth, long& rHeight); /// Returns the GdkRectangle of a width,height,x,y string. static GdkRectangle payloadToRectangle(const char* pPayload); /// Returns the GdkRectangles of a w,h,x,y;w2,h2,x2,y2;... string. -- cgit