[Libreoffice-commits] core.git: include/sfx2

Miklos Vajna vmiklos at collabora.co.uk
Sat Mar 21 08:47:54 PDT 2015


 include/sfx2/viewsh.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 41ecd5b9ba217e00d4d1ebd8638721642ea71d38
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Mar 20 21:51:03 2015 +0100

    sfx2: boost/shared_ptr -> memory
    
    Change-Id: I1c48810bfa2b269b308c07ac43cf88198423c4cb
    Reviewed-on: https://gerrit.libreoffice.org/14941
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index d751e63..7f5980e 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;


More information about the Libreoffice-commits mailing list