summaryrefslogtreecommitdiff
path: root/idlc/source/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/parser.y')
-rw-r--r--idlc/source/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 9c055d920a33..40e82ef85216 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -213,7 +213,7 @@ static bool includes(AstDeclaration const * type1, AstDeclaration const * type2)
FeInheritanceHeader* ihval; /* inheritance header value */
OString* sval; /* OString value */
std::vector< OString > * svals;
- sal_Char* strval; /* sal_Char* value */
+ char* strval; /* char* value */
bool bval; /* sal_Boolean* value */
sal_Int64 ival; /* sal_Int64 value */
sal_uInt64 uval; /* sal_uInt64 value */