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:
Marcos Paulo de Souza
2013-03-08 14:17:51 -03:00
committed by Olivier Hallot
parent d7ca9b5cbc
commit 9edeb948a2
7 changed files with 60 additions and 80 deletions

View File

@@ -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