summaryrefslogtreecommitdiff
path: root/rsc/inc/rscpar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscpar.hxx')
-rw-r--r--rsc/inc/rscpar.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx
index 98a3944ae360..78f64fc6b83a 100644
--- a/rsc/inc/rscpar.hxx
+++ b/rsc/inc/rscpar.hxx
@@ -21,12 +21,12 @@
#include <rsctools.hxx>
#include <rscerror.h>
+#include <tools/solar.h>
-/****************** C L A S S E S ****************************************/
class RscTypCont;
-/*********** R s c F i l e I n s t ***************************************/
#define READBUFFER_MAX 256
+
class RscFileInst
{
ERRTYPE aFirstError;// Erster Fehler
@@ -74,7 +74,6 @@ public:
sal_uInt32 GetErrorPos() { return nErrorPos; }
};
-/******************* F u n c t i o n *************************************/
void IncludeParser( RscFileInst * pFileInst );
ERRTYPE parser( RscFileInst * pFileInst );