Removed last RTL_CONST* macros from codemaker
Also, change ".equals" fro "==" and drop a useless function. Change-Id: I5ce4fd2cc7c62a18e059e945b42cc01425802aa0 Reviewed-on: https://gerrit.libreoffice.org/2605 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
This commit is contained in:
committed by
Olivier Hallot
parent
d7ca9b5cbc
commit
9edeb948a2
@@ -187,7 +187,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
|
||||
if (tmpName == "*")
|
||||
{
|
||||
// produce this type and his scope
|
||||
if (typeName.equals("*"))
|
||||
if (typeName == "*")
|
||||
{
|
||||
tmpName = "/";
|
||||
} else
|
||||
|
Reference in New Issue
Block a user