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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/core/drawdoc4.cxx | 1 | ||||
-rw-r--r-- | sd/source/core/sdpage.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 56ca9237181c..fc50caf9a1f2 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -84,6 +84,7 @@ #include <svx/xlnclit.hxx> #include <svx/svditer.hxx> #include <svx/svdogrp.hxx> +#include <svx/svdlayer.hxx> #include <tools/shl.hxx> #include <editeng/numitem.hxx> #include <editeng/editeng.hxx> diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index f140ccac9a69..a4a6c655a7aa 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -47,6 +47,7 @@ #include <editeng/flditem.hxx> #include <svx/sdr/contact/displayinfo.hxx> #include <svx/svditer.hxx> +#include <svx/svdlayer.hxx> #include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XNodeList.hpp> #include <com/sun/star/xml/dom/XNamedNodeMap.hpp> |