diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2020-05-08 16:05:51 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-05-09 01:41:29 +0200 |
commit | ffa08644b92988e21669edc612dd731f985c341a (patch) | |
tree | c914de98256f8e854f5504755723877a319a3f3d /toolkit/inc | |
parent | 6aef5a1e880262354cf739e461a12a0ef9573fef (diff) |
toolkit: Use lambda instead of FindControlModel functor
Change-Id: I04cbd84196b5bf31caa4da3140dc65b1dfa20127
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93746
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/controls/controlmodelcontainerbase.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/inc/controls/controlmodelcontainerbase.hxx b/toolkit/inc/controls/controlmodelcontainerbase.hxx index 6ce71a45c881..747795bd488d 100644 --- a/toolkit/inc/controls/controlmodelcontainerbase.hxx +++ b/toolkit/inc/controls/controlmodelcontainerbase.hxx @@ -73,7 +73,6 @@ public: typedef ::std::vector< ModelGroup > AllGroups; friend struct CloneControlModel; - friend struct FindControlModel; friend struct CompareControlModel; protected: |