summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 16:14:06 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 16:14:06 +0000
commit2c39e1623727007bc7b0a878f378775f8c878ffb (patch)
treea05d285e7b3bd1c314205cb533ff742e0607fa55 /rsc
parent2adea1f311fbfd88e0fcf1686c7e9d1fad5ae82f (diff)
INTEGRATION: CWS warningfixes02 (1.10.8); FILE MERGED
2006/06/30 12:31:16 sb 1.10.8.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rsclex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx
index a6cc9810f446..afdbea10a600 100644
--- a/rsc/source/parser/rsclex.cxx
+++ b/rsc/source/parser/rsclex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rsclex.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:46:49 $
+ * last change: $Author: kz $ $Date: 2006-07-19 17:14:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,7 +85,7 @@ BOOL bLastInclude;// War letztes Symbol INCLUDE
RscFileInst* pFI;
RscTypCont* pTC;
RscExpression * pExp;
-struct {
+struct KeyVal {
int nKeyWord;
YYSTYPE aYYSType;
} aKeyVal[ 1 ];