Kaydet (Commit) 0bd892ed authored tarafından David Tardon's avatar David Tardon

WaE: comparison between signed and unsigned integer expressions

Change-Id: I32423e8334938b356f0f2a6c5a81e176bbd308c0
üst 2d552f65
...@@ -4607,7 +4607,7 @@ static ::rtl::OUString delComment( const ::rtl::OUString& rQuery ) ...@@ -4607,7 +4607,7 @@ static ::rtl::OUString delComment( const ::rtl::OUString& rQuery )
bool bComment2 = false; // /* comment */ bool bComment2 = false; // /* comment */
bool bComment = false; // -- or // comment bool bComment = false; // -- or // comment
::rtl::OUStringBuffer aBuf(nQueryLen); ::rtl::OUStringBuffer aBuf(nQueryLen);
for (size_t i=0; i < nQueryLen; ++i) for (sal_Int32 i=0; i < nQueryLen; ++i)
{ {
if (bComment2) if (bComment2)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment