summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.hpp
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-02-10 15:25:37 -0400
committerHenry Castro <hcastro@collabora.com>2019-03-05 19:40:58 -0400
commitc2aef686012c4130553a0d36f260b12615408126 (patch)
tree924445a99ec614856e0ee21b00ea5d99f1d5243b /wsd/LOOLWSD.hpp
parentwsd: create a static function "parse" (diff)
downloadonline-c2aef686012c4130553a0d36f260b12615408126.tar.gz
online-c2aef686012c4130553a0d36f260b12615408126.zip
wsd: add boost::locale generation and caching
Change-Id: I75009a87038632ceaddb29094d340b6d9066d5ef
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 f4c2db405a..73571c9f0e 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -21,6 +21,7 @@
#include <Poco/Util/AbstractConfiguration.h>
#include <Poco/Util/OptionSet.h>
#include <Poco/Util/ServerApplication.h>
+#include <boost/locale.hpp>
#include "Util.hpp"
@@ -72,6 +73,7 @@ public:
static unsigned MaxDocuments;
static std::string OverrideWatermark;
static std::set<const Poco::Util::AbstractConfiguration*> PluginConfigurations;
+ static boost::locale::generator Generator;
static std::vector<int> getKitPids();