From 582e06f71c63d70189e1ecd4fe365c541648cf83 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 13 Aug 2012 16:55:38 +0200 Subject: unusedcode.easy: remove unused code Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f --- sw/inc/unofield.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw') diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx index c5833539f407..ddcc2e87695d 100644 --- a/sw/inc/unofield.hxx +++ b/sw/inc/unofield.hxx @@ -108,7 +108,6 @@ public: SwDoc* GetDoc() {return m_pDoc;} sal_Bool IsDescriptor()const {return m_bIsDescriptor;} - sal_uInt16 GetResId() const {return nResTypeId;} }; struct SwFieldProperties_Impl; -- cgit