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

Miklos Vajna vmiklos at collabora.co.uk
Fri Feb 10 08:08:06 UTC 2017


 wsd/DocumentBroker.cpp |    1 -
 wsd/LOOLWSD.cpp        |    2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f81ab32c57c71b123d137c0bd71dfc46a8f9ce48
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Feb 10 09:07:30 2017 +0100

    wsd: remove remaining unused using declarations
    
    Change-Id: I7d0d453194bdd069654f29105e3f17769036cd39

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index 32c4c17..0225f46 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -37,7 +37,6 @@
 using namespace LOOLProtocol;
 
 using Poco::JSON::Object;
-using Poco::StringTokenizer;
 
 void ChildProcess::socketProcessor()
 {
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 05cd665..97a6088 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -156,7 +156,9 @@ using Poco::ProcessHandle;
 using Poco::StreamCopier;
 using Poco::StringTokenizer;
 using Poco::TemporaryFile;
+#if FUZZER
 using Poco::Thread;
+#endif
 using Poco::ThreadPool;
 using Poco::URI;
 using Poco::Util::Application;


More information about the Libreoffice-commits mailing list