From efa55cfd745843990503dea40995e78907611c6e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 23 Jun 2012 22:40:33 +0100 Subject: callcatcher: update unused code Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed --- sw/inc/docary.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/docary.hxx') diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 6c7f99402d03..86b5bd8b33f3 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -102,7 +102,6 @@ public: virtual size_t GetFmtCount() const { return size(); } virtual SwFmt* GetFmt(size_t idx) const { return (SwFmt*)operator[](idx); } sal_uInt16 GetPos(const SwTxtFmtColl* pFmt) const; - bool Contains(const SwTxtFmtColl* pFmt) const; virtual ~SwTxtFmtColls() {} }; -- cgit