diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-09 20:05:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-11 11:34:08 +0200 |
commit | cb444989d31ba7c709474f1c2f072d924564d10f (patch) | |
tree | fa47acfa0762da56e8522c6f09ba5416817636e8 /desktop/inc | |
parent | 6dea1afe95aafe1a147e9b933b5cf89530f708b1 (diff) |
desktop/deployment: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I1559c29286c8877f5fc75cdb293403f5e5e5a538
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98473
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/pch/precompiled_deployment.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx index 6878fb1e843c..b01353b33da6 100644 --- a/desktop/inc/pch/precompiled_deployment.hxx +++ b/desktop/inc/pch/precompiled_deployment.hxx @@ -86,7 +86,6 @@ #include <dp_interact.h> #include <dp_misc_api.hxx> #include <dp_platform.hxx> -#include <dp_services.hxx> #include <dp_ucb.h> #endif // PCH_LEVEL >= 4 |