From a1a1131c16227327d17bcf5ad2a5209ddc0f01a1 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sun, 4 Mar 2012 15:27:27 +0800 Subject: Remove unused code --- sc/source/ui/inc/fieldwnd.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/source/ui/inc/fieldwnd.hxx') diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx index 5602051462aa..69db0038a7ea 100644 --- a/sc/source/ui/inc/fieldwnd.hxx +++ b/sc/source/ui/inc/fieldwnd.hxx @@ -138,9 +138,6 @@ public: bool AppendField(const rtl::OUString& rText, size_t& rnIndex); - - sal_uInt8 GetDupCount(size_t nIndex) const; - /** Removes a field from the specified index. */ void DelField( size_t nDelIndex ); -- cgit