diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2015-12-17 23:08:08 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2015-12-18 23:42:45 +0000 |
commit | a103c3456a2bd12c5c94124abeda06978caea609 (patch) | |
tree | 027f2e29a7c4589f565ae81f8caf8060a37db720 /sc | |
parent | dc89367a5622748dd7c37b89ac300a663b8b98e9 (diff) |
Use std::unique_ptr for SdrLayerAdmin data member.
Change-Id: Ib49f52c94ae96b8bddec6718585d5d7d6e3d148d
Reviewed-on: https://gerrit.libreoffice.org/20806
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/drwlayer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx index 1fa2e6c49405..d6b26b81091f 100644 --- a/sc/source/core/data/drwlayer.cxx +++ b/sc/source/core/data/drwlayer.cxx @@ -37,6 +37,7 @@ #include <svx/xtable.hxx> #include <svx/svdoutl.hxx> #include <svx/svditer.hxx> +#include <svx/svdlayer.hxx> #include <svx/svdocapt.hxx> #include <svx/svdocirc.hxx> #include <svx/svdoedge.hxx> |