summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.hpp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-04-20 13:26:14 +0300
committerTor Lillqvist <tml@collabora.com>2020-04-20 12:57:05 +0200
commit0fa4553dcf6398731c9faa65f99512a69e84020a (patch)
treee6e4b948c168eae409924136a9a92683bdff0196 /wsd/LOOLWSD.hpp
parentruler: show ruler for all tablets, not only iOS (diff)
downloadonline-0fa4553dcf6398731c9faa65f99512a69e84020a.tar.gz
online-0fa4553dcf6398731c9faa65f99512a69e84020a.zip
Put FUZZER-specific members inside #ifdef FUZZER
Any use of them is already inside such ifdefs. Change-Id: Ide63a58eeb1c97bb0431c3f0cfa51359476352bc Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92557 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'wsd/LOOLWSD.hpp')
-rw-r--r--wsd/LOOLWSD.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index ea3f33f3d1..313cd3ca6c 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -229,8 +229,10 @@ public:
static std::shared_ptr<ForKitProcess> ForKitProc;
static std::atomic<int> ForKitProcId;
#endif
+#ifdef FUZZER
static bool DummyLOK;
static std::string FuzzFileName;
+#endif
static std::string ConfigFile;
static std::string ConfigDir;
static std::string SysTemplate;