diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-29 09:55:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:40 +0200 |
commit | 6ca16a4cad999dbb0296ea64db2263a26e52f36c (patch) | |
tree | 3a7cae9635647f616df0d5ff024901331aa571fb /sd/inc/Outliner.hxx | |
parent | cc7af44abd5999cf8af69dd8e5e8f86908a3fcb6 (diff) |
loplugin:staticmethods
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
Diffstat (limited to 'sd/inc/Outliner.hxx')
-rw-r--r-- | sd/inc/Outliner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index 6d3e247a1e55..26ad3495357a 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -420,7 +420,7 @@ private: @param aPosition The object for which to test whether it is a valid text object. */ - bool IsValidTextObject (const ::sd::outliner::IteratorPosition& rPosition); + static bool IsValidTextObject (const ::sd::outliner::IteratorPosition& rPosition); /** Put text of current text object into outliner so that the text can be searched/spell checked. |