diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-10 15:36:45 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-11 08:42:57 +0100 |
commit | f5926c8cfbd5af1fb7214428b4b03453b826f9a5 (patch) | |
tree | 17f50ec20fffa29b579f07745be1629017a71ae7 /linguistic/source | |
parent | 50add2043752c7b07beccef9a509bea6c09619f8 (diff) |
Move user agent initialization to InitCurl_easy
Places that didn't initialize it previously, would benefit automatically
Change-Id: I2f1ff25fc58d9378462072bc92d7b37be2370fc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159299
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/translate.cxx b/linguistic/source/translate.cxx index 719cfb0374c9..8c3410777003 100644 --- a/linguistic/source/translate.cxx +++ b/linguistic/source/translate.cxx @@ -13,7 +13,7 @@ #include <rtl/string.h> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> -#include <curlinit.hxx> +#include <systools/curlinit.hxx> #include <vcl/htmltransferable.hxx> #include <tools/long.hxx> |