summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconnectivity/source/parse/sqlbison.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index c04851c33dd9..a58adac5878e 100755
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -4607,7 +4607,7 @@ static ::rtl::OUString delComment( const ::rtl::OUString& rQuery )
bool bComment2 = false; // /* comment */
bool bComment = false; // -- or // comment
::rtl::OUStringBuffer aBuf(nQueryLen);
- for (size_t i=0; i < nQueryLen; ++i)
+ for (sal_Int32 i=0; i < nQueryLen; ++i)
{
if (bComment2)
{