From 4f347ebabad6355014889f0a81b107dc774590fe Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 25 Feb 2023 19:12:23 +0900 Subject: use shared_ptr for model::Theme instead of unique_ptr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also change other cases to use the shared_ptr so there is no need to do copies and replace some of docmodel/theme/Theme.hxximports with forward declarations. Change-Id: I4588cb25e05e5f3e535011fffb68a8075b05aecc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147691 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- sd/source/ui/func/fuconstr.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/source/ui/func/fuconstr.cxx') diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx index eee7094a78f8..3f3085b60d20 100644 --- a/sd/source/ui/func/fuconstr.cxx +++ b/sd/source/ui/func/fuconstr.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include -- cgit