diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-20 21:51:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-21 15:47:28 +0000 |
commit | 41ecd5b9ba217e00d4d1ebd8638721642ea71d38 (patch) | |
tree | dbfacc75b61073f4924f91c168db052e85e6ef35 /include/sfx2 | |
parent | cfbb1f47acfbf3318071d20c73c44df8916a51fa (diff) |
sfx2: boost/shared_ptr -> memory
Change-Id: I1c48810bfa2b269b308c07ac43cf88198423c4cb
Reviewed-on: https://gerrit.libreoffice.org/14941
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index d751e6307862..7f5980e568cf 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -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; |