[Libreoffice-commits] online.git: kit/Kit.cpp wsd/LOOLWSD.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jun 3 07:06:30 UTC 2019


 kit/Kit.cpp     |    2 --
 wsd/LOOLWSD.cpp |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit a4fd83794e8fcfda46dbb1d033088ebcaeecf4cd
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Jun 3 09:05:58 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Mon Jun 3 09:06:11 2019 +0200

    Remove unused using declarations
    
    Change-Id: I0d4336fc8f85a18b2c41de233166e725166385f6

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 892289f23..99d34bf73 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -95,7 +95,6 @@ using Poco::File;
 using Poco::JSON::Array;
 using Poco::JSON::Object;
 using Poco::JSON::Parser;
-using Poco::Runnable;
 using Poco::StringTokenizer;
 using Poco::Thread;
 using Poco::Timestamp;
@@ -104,7 +103,6 @@ using Poco::Util::Application;
 
 #ifndef BUILDING_TESTS
 using Poco::Path;
-using Poco::Process;
 #endif
 
 using namespace LOOLProtocol;
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 28c91dbdf..80f657b22 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -155,7 +155,6 @@ using Poco::Net::HTTPResponse;
 using Poco::Net::MessageHeader;
 using Poco::Net::NameValueCollection;
 using Poco::Path;
-using Poco::Process;
 using Poco::StreamCopier;
 using Poco::StringTokenizer;
 using Poco::TemporaryFile;
@@ -165,7 +164,6 @@ using Poco::Thread;
 using Poco::URI;
 using Poco::Util::Application;
 using Poco::Util::HelpFormatter;
-using Poco::Util::IncompatibleOptionsException;
 using Poco::Util::MissingOptionException;
 using Poco::Util::Option;
 using Poco::Util::OptionSet;


More information about the Libreoffice-commits mailing list