diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-13 16:55:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-13 18:18:42 +0200 |
commit | 582e06f71c63d70189e1ecd4fe365c541648cf83 (patch) | |
tree | 64e4660131d459208e165dd9382280135edf29a1 /sw | |
parent | 72e21d7a5621846782f86e2fc645811efbf5f18a (diff) |
unusedcode.easy: remove unused code
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/unofield.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |