[Libreoffice-commits] online.git: loolwsd/Admin.cpp loolwsd/ChildProcessSession.cpp loolwsd/Connect.cpp loolwsd/IoUtil.cpp loolwsd/LOOLForKit.cpp loolwsd/LOOLSession.cpp loolwsd/LOOLTool.cpp loolwsd/LOOLWSD.cpp loolwsd/TileCache.cpp

Miklos Vajna vmiklos at collabora.co.uk
Tue May 10 07:14:43 UTC 2016


 loolwsd/Admin.cpp               |    9 ---------
 loolwsd/ChildProcessSession.cpp |    1 -
 loolwsd/Connect.cpp             |    5 -----
 loolwsd/IoUtil.cpp              |    2 --
 loolwsd/LOOLForKit.cpp          |    1 -
 loolwsd/LOOLSession.cpp         |    1 -
 loolwsd/LOOLTool.cpp            |    3 ---
 loolwsd/LOOLWSD.cpp             |    5 -----
 loolwsd/TileCache.cpp           |    3 ---
 9 files changed, 30 deletions(-)

New commits:
commit c2fc95ac236d82926725781d9e30114a70eb9b17
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue May 10 09:12:55 2016 +0200

    Drop unused using declarations
    
    Change-Id: Iee778833781c6f00c1fb0b8fc1975acfe4fb0cd9

diff --git a/loolwsd/Admin.cpp b/loolwsd/Admin.cpp
index 8799db7..5ca707d 100644
--- a/loolwsd/Admin.cpp
+++ b/loolwsd/Admin.cpp
@@ -40,20 +40,11 @@
 using namespace LOOLProtocol;
 
 using Poco::StringTokenizer;
-using Poco::Net::HTTPCookie;
-using Poco::Net::HTTPRequest;
 using Poco::Net::HTTPRequestHandler;
-using Poco::Net::HTTPRequestHandlerFactory;
 using Poco::Net::HTTPResponse;
-using Poco::Net::HTTPServerParams;
 using Poco::Net::HTTPServerRequest;
 using Poco::Net::HTTPServerResponse;
-using Poco::Net::SecureServerSocket;
-using Poco::Net::ServerSocket;
-using Poco::Net::Socket;
 using Poco::Net::WebSocket;
-using Poco::Net::WebSocketException;
-using Poco::Util::Application;
 
 bool AdminRequestHandler::adminCommandHandler(const std::vector<char>& payload)
 {
diff --git a/loolwsd/ChildProcessSession.cpp b/loolwsd/ChildProcessSession.cpp
index fdb1dc5..dcc2021 100644
--- a/loolwsd/ChildProcessSession.cpp
+++ b/loolwsd/ChildProcessSession.cpp
@@ -39,7 +39,6 @@ using Poco::JSON::Parser;
 using Poco::Net::WebSocket;
 using Poco::Notification;
 using Poco::NotificationQueue;
-using Poco::Path;
 using Poco::Runnable;
 using Poco::StringTokenizer;
 using Poco::Timestamp;
diff --git a/loolwsd/Connect.cpp b/loolwsd/Connect.cpp
index 0dc064a..341329b 100644
--- a/loolwsd/Connect.cpp
+++ b/loolwsd/Connect.cpp
@@ -48,16 +48,11 @@ using namespace LOOLProtocol;
 
 using Poco::Net::AcceptCertificateHandler;
 using Poco::Net::Context;
-using Poco::Net::HTTPClientSession;
 using Poco::Net::HTTPSClientSession;
 using Poco::Net::HTTPRequest;
 using Poco::Net::HTTPResponse;
 using Poco::Net::InvalidCertificateHandler;
-using Poco::Net::Socket;
 using Poco::Net::SSLManager;
-using Poco::Net::StreamSocket;
-using Poco::Net::TCPServer;
-using Poco::Net::TCPServerConnection;
 using Poco::Net::WebSocket;
 using Poco::Net::WebSocketException;
 using Poco::Runnable;
diff --git a/loolwsd/IoUtil.cpp b/loolwsd/IoUtil.cpp
index abe1b71..5aa1578 100644
--- a/loolwsd/IoUtil.cpp
+++ b/loolwsd/IoUtil.cpp
@@ -29,10 +29,8 @@
 #include "IoUtil.hpp"
 #include "Util.hpp"
 
-using Poco::Net::NetException;
 using Poco::Net::Socket;
 using Poco::Net::WebSocket;
-using Poco::Net::WebSocketException;
 
 namespace IoUtil
 {
diff --git a/loolwsd/LOOLForKit.cpp b/loolwsd/LOOLForKit.cpp
index 0334f7a..f0e5dc3 100644
--- a/loolwsd/LOOLForKit.cpp
+++ b/loolwsd/LOOLForKit.cpp
@@ -43,7 +43,6 @@ using Poco::Path;
 using Poco::Process;
 using Poco::StringTokenizer;
 using Poco::Thread;
-using Poco::Timestamp;
 using Poco::Util::Application;
 
 static bool NoCapsForKit = false;
diff --git a/loolwsd/LOOLSession.cpp b/loolwsd/LOOLSession.cpp
index 8a7e633..3eda87d 100644
--- a/loolwsd/LOOLSession.cpp
+++ b/loolwsd/LOOLSession.cpp
@@ -43,7 +43,6 @@ using Poco::Exception;
 using Poco::IOException;
 using Poco::Net::Socket;
 using Poco::Net::WebSocket;
-using Poco::Path;
 using Poco::StringTokenizer;
 
 LOOLSession::LOOLSession(const std::string& id, const Kind kind,
diff --git a/loolwsd/LOOLTool.cpp b/loolwsd/LOOLTool.cpp
index fbcaf78..a79c8b5 100644
--- a/loolwsd/LOOLTool.cpp
+++ b/loolwsd/LOOLTool.cpp
@@ -71,10 +71,7 @@ using Poco::Net::HTTPClientSession;
 using Poco::Net::HTTPRequest;
 using Poco::Net::HTTPResponse;
 using Poco::Runnable;
-using Poco::StringTokenizer;
 using Poco::Thread;
-using Poco::Timespan;
-using Poco::Timestamp;
 using Poco::URI;
 using Poco::Util::Application;
 using Poco::Util::HelpFormatter;
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index adb4140..6cf393f 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -100,8 +100,6 @@ using namespace LOOLProtocol;
 
 using Poco::Exception;
 using Poco::File;
-using Poco::FileOutputStream;
-using Poco::IOException;
 using Poco::Net::HTMLForm;
 using Poco::Net::HTTPRequest;
 using Poco::Net::HTTPRequestHandler;
@@ -116,10 +114,8 @@ using Poco::Net::NameValueCollection;
 using Poco::Net::PartHandler;
 using Poco::Net::SecureServerSocket;
 using Poco::Net::ServerSocket;
-using Poco::Net::Socket;
 using Poco::Net::SocketAddress;
 using Poco::Net::WebSocket;
-using Poco::Net::WebSocketException;
 using Poco::Path;
 using Poco::Process;
 using Poco::ProcessHandle;
@@ -141,7 +137,6 @@ using Poco::XML::DOMParser;
 using Poco::XML::DOMWriter;
 using Poco::XML::Element;
 using Poco::XML::InputSource;
-using Poco::XML::Node;
 using Poco::XML::NodeList;
 
 int ClientPortNumber = DEFAULT_CLIENT_PORT_NUMBER;
diff --git a/loolwsd/TileCache.cpp b/loolwsd/TileCache.cpp
index 961e7bd..9243e57 100644
--- a/loolwsd/TileCache.cpp
+++ b/loolwsd/TileCache.cpp
@@ -38,11 +38,8 @@
 
 using Poco::DirectoryIterator;
 using Poco::File;
-using Poco::FileException;
-using Poco::Path;
 using Poco::StringTokenizer;
 using Poco::Timestamp;
-using Poco::URI;
 
 using namespace LOOLProtocol;
 


More information about the Libreoffice-commits mailing list