summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscpar.hxx2
-rw-r--r--rsc/inc/rscrsc.hxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx
index 41d83fd9e3d8..695ea6e3e988 100644
--- a/rsc/inc/rscpar.hxx
+++ b/rsc/inc/rscpar.hxx
@@ -37,7 +37,7 @@ class RscFileInst
sal_uLong lSrcIndex; // Index auf Basisdatei
FILE * fInputFile; // Eingabedatei
char * pInput; // Lesepuffer
- sal_uInt32 nInputBufLen; // Laenge des Lesepuffers
+ static const sal_uInt32 nInputBufLen = READBUFFER_MAX; // Laenge des Lesepuffers
sal_uInt32 nInputPos; // Position im Lesepuffer
sal_uInt32 nInputEndPos;// Ende im Lesepuffer
char * pLine; // Zeile
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index 2be76161f46f..7e8349701fec 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -80,7 +80,6 @@ private:
public:
RscTypCont* pTC; // string and id manager
RscCmdLine* pCL; // command line
- FILE * fListing; // output file for listings
FILE * fExitFile; // when deconstructed, this file must be deleted
RscCompiler( RscCmdLine *, RscTypCont * );