Kaydet (Commit) 41ecd5b9 authored tarafından Miklos Vajna's avatar Miklos Vajna

sfx2: boost/shared_ptr -> memory

Change-Id: I1c48810bfa2b269b308c07ac43cf88198423c4cb
Reviewed-on: https://gerrit.libreoffice.org/14941Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst cfbb1f47
......@@ -20,6 +20,7 @@
#define INCLUDED_SFX2_VIEWSH_HXX
#include <sal/config.h>
#include <memory>
#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
......@@ -35,7 +36,6 @@
#include <tools/gen.hxx>
#include <tools/errcode.hxx>
#include <vcl/jobset.hxx>
#include <boost/shared_ptr.hpp>
class SfxBaseController;
class Size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment