summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-05-27 14:13:02 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-06-02 09:20:05 +0200
commit14b55b3a8de070935489acd4f6f8be7b6a3d96a4 (patch)
tree7ffac7651b1d073fe0efbcc8a614ab14a03839c2 /sd/inc
parentc19b9beed3cfd500baf02a5ff9703ecb02af1978 (diff)
sd: move IsValidTextObject into source as anon. function
IsValidTextObject is only used internally in Outline, so put it inside the source file as an anonymous function and not as a member function of Outliner. Change-Id: I867dc4f465a694e61b6102b19f8e54ce623e2858 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95307 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/Outliner.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index 79c54c032a03..5a65f3aab4be 100644
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -416,13 +416,6 @@ private:
*/
bool ShowWrapArroundDialog();
- /** Check whether the object pointed to by the iterator is a valid text
- object.
- @param aPosition
- The object for which to test whether it is a valid text object.
- */
- 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.
*/