diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-18 22:53:08 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-28 15:01:05 -0600 |
commit | e218663251425f5dd6d56c7273b9e1e93748981f (patch) | |
tree | 4960ac382a3a60a6fadeec1efe705fc82137fcba /rsc/inc/rscpar.hxx | |
parent | 1994ab92c8ca0d068b73017e641807fc7782e8da (diff) |
fdo#63154 Remove unused solar.h
Removed from dbaccess. editeng, filter,
framwork, formula, lotuswordpro, reportdesing, rsc,
uui
Conflicts:
framework/source/uielement/menubarwrapper.cxx
reportdesign/inc/RptDef.hxx
uui/source/iahndl.hxx
Change-Id: Ia6f1d8679736c3de99bd8060d8a7f76975268273
Reviewed-on: https://gerrit.libreoffice.org/8118
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'rsc/inc/rscpar.hxx')
-rw-r--r-- | rsc/inc/rscpar.hxx | 5 |
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 ); |