summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-11 21:15:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-12 09:16:29 +0100
commit6974f514d3b8cf4b422a70f21fdb57d283ab3774 (patch)
treead892afc930eec95c70a6a315f368af3e50dcadc /rsc/inc
parenta0864219a12fa09e46e4193003913ac2945fff76 (diff)
callcatcher: remove unused RscFileInst ByteString ctor
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscpar.hxx2
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; }