diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-30 16:00:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-31 10:43:23 +0100 |
commit | 8de61c9fb6a4c3be54b51c575fcffcec2067e090 (patch) | |
tree | a5e71351f79b88a47ae9400d141a13bcfe906bd9 /rsc | |
parent | 5131e0be31afb8d7686483fd5552b10cecd1c5f0 (diff) |
grabbag of unused code
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rsclst.hxx | 1 | ||||
-rw-r--r-- | rsc/source/misc/rsclst.cxx | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/rsc/inc/rsclst.hxx b/rsc/inc/rsclst.hxx index 32d64d424006..d26cbb298180 100644 --- a/rsc/inc/rsclst.hxx +++ b/rsc/inc/rsclst.hxx @@ -42,7 +42,6 @@ protected: sal_Bool bVisible; public: - REResourceList(); REResourceList( REResourceList * pParentList, ByteString& rClassName, const RscId & rResourceID, diff --git a/rsc/source/misc/rsclst.cxx b/rsc/source/misc/rsclst.cxx index 132b0ae1bcd3..bd360abd1215 100644 --- a/rsc/source/misc/rsclst.cxx +++ b/rsc/source/misc/rsclst.cxx @@ -31,12 +31,6 @@ #include "rsclst.hxx" -REResourceList :: REResourceList() -{ - bVisible = sal_False; - pParent = NULL; -} - REResourceList :: REResourceList( REResourceList* pParentList, ByteString& rClassName, const RscId & rResourceID, sal_Bool bVis ) |