diff options
Diffstat (limited to 'sw/inc/frameformats.hxx')
-rw-r--r-- | sw/inc/frameformats.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/frameformats.hxx b/sw/inc/frameformats.hxx index 45c76f9f9ad2..d73ac5a80e46 100644 --- a/sw/inc/frameformats.hxx +++ b/sw/inc/frameformats.hxx @@ -86,9 +86,6 @@ public: const_iterator find(const value_type& x) const; ByTypeAndName::const_iterator findByTypeAndName(sal_uInt16 type, const OUString& name) const; - // Convenience function, which just uses type and name! - // To look for the exact object use find. - ByTypeAndName::const_iterator findSimilar(const value_type& x) const; // search for formats by name std::pair<ByTypeAndName::const_iterator, ByTypeAndName::const_iterator> findRangeByName(const OUString& name) const; |