summaryrefslogtreecommitdiff
path: root/include/editeng/AccessibleParaManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/AccessibleParaManager.hxx')
-rw-r--r--include/editeng/AccessibleParaManager.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/editeng/AccessibleParaManager.hxx b/include/editeng/AccessibleParaManager.hxx
index e1460512d11e..e9b26dd33a27 100644
--- a/include/editeng/AccessibleParaManager.hxx
+++ b/include/editeng/AccessibleParaManager.hxx
@@ -287,15 +287,6 @@ namespace accessibility
Argument maArg;
};
- /** Generic algorithm on given paragraphs
-
- Convenience method, that already adapts the given functor with WeakChildAdapter
- */
- template < typename Functor > void ForEach( Functor& rFunctor )
- {
- ::std::for_each( begin(), end(), WeakChildAdapter< Functor >(rFunctor) );
- }
-
private:
/// Set state on given child
void SetState( sal_Int32 nChild, const sal_Int16 nStateId );