summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 11:47:16 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 11:47:16 +0000
commit799fb7c444fd21204bd91538f91de976b80d65e2 (patch)
tree2539d133c075c3c7edad65c2dbd08b85eb024f50 /idlc
parenta2d5fcd2e18a25cef370c79f845841f114ef26f8 (diff)
INTEGRATION: CWS ooo64bit01 (1.1.102); FILE MERGED
2004/03/16 23:54:07 fa 1.1.102.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astexpression.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astexpression.hxx b/idlc/inc/idlc/astexpression.hxx
index 2ad48b4293a8..d18f08a67635 100644
--- a/idlc/inc/idlc/astexpression.hxx
+++ b/idlc/inc/idlc/astexpression.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astexpression.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $
+ * last change: $Author: rt $ $Date: 2004-06-17 12:47:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,7 @@ struct AstExprValue
ExprType et;
};
-sal_Char* SAL_CALL exprTypeToString(ExprType t);
+const sal_Char* SAL_CALL exprTypeToString(ExprType t);
class AstExpression
{