diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 21:15:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-12 09:16:29 +0100 |
commit | 6974f514d3b8cf4b422a70f21fdb57d283ab3774 (patch) | |
tree | ad892afc930eec95c70a6a315f368af3e50dcadc /rsc/inc | |
parent | a0864219a12fa09e46e4193003913ac2945fff76 (diff) |
callcatcher: remove unused RscFileInst ByteString ctor
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscpar.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx index 77b037d841f5..779f2572afb7 100644 --- a/rsc/inc/rscpar.hxx +++ b/rsc/inc/rscpar.hxx @@ -62,8 +62,6 @@ public: void Init(); // ctor initialisieren RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc, sal_uLong lFileIndex, FILE * fFile ); - RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc, - sal_uLong lFileIndex, const ByteString & ); ~RscFileInst(); sal_Bool IsEof() const { return bEof; } void SetFileIndex( sal_uLong lFIndex ) { lFileIndex = lFIndex; } |