summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-30 14:24:26 +0200
committerNoel Grandin <noel@peralex.com>2015-10-30 14:24:26 +0200
commitbee72ee6199950f9489ac4ed313db63586f2b742 (patch)
tree8a2de646cf28752a6f6c2657b66592a4af6c863b /libreofficekit
parente10570565f02959c8b713d1e17f5810424ddb63d (diff)
loplugin:staticmethods
Change-Id: I4cdf2fa91dde1968cfb984faf0bdd3aad42eefd2
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
index 8d6d172737ce..2502b5086d13 100644
--- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
@@ -60,7 +60,7 @@ public:
static gboolean docConfigureEvent(GtkWidget* pWidget, GdkEventConfigure* pEvent, gpointer pData);
gboolean docConfigureEventImpl(GtkWidget* pWidget, GdkEventConfigure* pEvent);
/// Draws rText at the center of rRectangle on pCairo.
- void drawText(cairo_t* pCairo, const GdkRectangle& rRectangle, const std::string& rText);
+ static void drawText(cairo_t* pCairo, const GdkRectangle& rRectangle, const std::string& rText);
};
/// Represents all the state that is specific to one GtkWindow of this app.