This commit is contained in:
Frank Schoenheit [fs]
2009-11-27 16:04:42 +01:00
parent eb0f90d332
commit df55b382cc

View File

@@ -911,6 +911,7 @@ OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral)
} }
break; break;
default: default:
;
} }
} }
return pReturn; return pReturn;