summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 43939b1d84d1..64635347f631 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -162,12 +162,6 @@ public:
size_t GetPos(const SwFormat *p) const
{ return SwVectorModifyBase<Value>::GetPos( static_cast<Value>( const_cast<SwFormat*>( p ) ) ); }
- /// check if given format is contained here
- /// @precond pFormat must not have been deleted
- bool ContainsFormat(Value pFormat) const {
- return SwVectorModifyBase<Value>::IsAlive(pFormat);
- }
-
// Override return type to reduce casting
virtual Value FindFormatByName(const OUString& rName) const override
{ return static_cast<Value>(SwFormatsBase::FindFormatByName(rName)); }