diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 14:15:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 14:15:39 +0000 |
commit | e6739c3bef6cefe311366ffe435653f3ffdc3697 (patch) | |
tree | 2d3cb9cf366a0168f92846b91d0ebd164976b101 /rsc | |
parent | c5a6ac170eb928ebd4c7910a9085c21273c8cbdc (diff) |
INTEGRATION: CWS vcl08 (1.4.46); FILE MERGED
2003/04/14 13:17:05 pl 1.4.46.1: #i13371# workaround broken preprocessor
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index 76b4b8887c45..a5b2d7de26b1 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rscdb.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-15 15:55:02 $ + * last change: $Author: rt $ $Date: 2003-04-17 15:15:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -247,7 +247,7 @@ RscTop * RscTypCont::SearchType( HASHID nId ) return NULL; #define ELSE_IF( a ) \ - else if( a##.GetId() == nId ) \ + else if( a.GetId() == nId ) \ return &a; \ if( aBool.GetId() == nId ) |