diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-23 22:40:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-25 14:19:01 +0100 |
commit | efa55cfd745843990503dea40995e78907611c6e (patch) | |
tree | d10e078639acf171f69065edce335dabd0d55af6 /sw/inc/docary.hxx | |
parent | 467926acd3bfff2975f330d3550abf161dc5b4f5 (diff) |
callcatcher: update unused code
Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r-- | sw/inc/docary.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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() {} }; |