diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-12 01:30:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-12 09:16:29 +0100 |
commit | ae5b6a6e5e73517eb40d4f8d7d2c17d1bfba810f (patch) | |
tree | ac48d002bd0355f6f9a660002cff981c533ecb87 /rsc/inc/rscclass.hxx | |
parent | cc3d6508286ef9daa5bf6a028e0e3b81c2ccc98d (diff) |
callcatcher: unused code
Diffstat (limited to 'rsc/inc/rscclass.hxx')
-rw-r--r-- | rsc/inc/rscclass.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx index 7dc3e95488ad..36bc5be7c4ca 100644 --- a/rsc/inc/rscclass.hxx +++ b/rsc/inc/rscclass.hxx @@ -118,15 +118,6 @@ public: RscTypCont * pTC, sal_uInt32, sal_Bool bExtra ); }; -class RscFirstSysDepend : public RscSysDepend -{ -public: - RscFirstSysDepend( Atom nId, sal_uInt32 nTypId, - RscTop * pSuper ); - ERRTYPE WriteRc( const RSCINST &, RscWriteRc & aMem, - RscTypCont * pTC, sal_uInt32, sal_Bool bExtra ); -}; - class RscTupel : public RscClass { public: |