[Libreoffice-commits] .: automation/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Mon May 2 13:03:41 PDT 2011
automation/source/testtool/httprequest.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c64ee92beccc3bc108284914f1a46137691d5d47
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon May 2 22:03:03 2011 +0200
Remove 2 simple warnings
diff --git a/automation/source/testtool/httprequest.cxx b/automation/source/testtool/httprequest.cxx
index 7fdeed8..99d1aee 100644
--- a/automation/source/testtool/httprequest.cxx
+++ b/automation/source/testtool/httprequest.cxx
@@ -45,8 +45,8 @@ void HttpRequest::Init()
}
HttpRequest::HttpRequest()
- : nStatus(HTTP_INIT), nResultId(0),
- pStream(NULL), pOutSocket(NULL)
+ : nStatus(HTTP_INIT), pOutSocket(NULL),
+ nResultId(0), pStream(NULL)
{
}
More information about the Libreoffice-commits
mailing list