summaryrefslogtreecommitdiff
path: root/rsc/inc/rscerror.h
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-18 22:53:08 -0300
committerMichael Stahl <mstahl@redhat.com>2014-02-28 15:01:05 -0600
commite218663251425f5dd6d56c7273b9e1e93748981f (patch)
tree4960ac382a3a60a6fadeec1efe705fc82137fcba /rsc/inc/rscerror.h
parent1994ab92c8ca0d068b73017e641807fc7782e8da (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/rscerror.h')
-rw-r--r--rsc/inc/rscerror.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index 418cb85d39d7..4e7706cae70b 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -16,11 +16,13 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+#include <sal/types.h>
+
#ifndef _RSCERROR_H
#define _RSCERROR_H
-/****************** D E F I N I T I O N S ********************************/
-/******************* R e t u r n E r r o r s *******************/
+// Return errors
#define ERR_OK 0xFFFFFFFF
#define ERR_ERROR 0x0100
@@ -100,7 +102,7 @@ public:
void Clear(){ nError = ERR_OK; }
};
-/****************** R s c E r r o r **************************************/
+// Rsc Error
class RscId;
class RscTop;