include/canvas/base/canvascustomspritebase.hxx | 3 --- include/editeng/flditem.hxx | 2 -- 2 files changed, 5 deletions(-)
New commits: commit 16e4bbf44c4b2a95e26c331804940181c0fa1d86 Author: Noel Grandin <[email protected]> Date: Wed Nov 4 09:35:00 2015 +0200 remove remaining boost/noncopyable includes from /include Change-Id: I2dfed038d97f91df9e86828620df1a46dd158292 Reviewed-on: https://gerrit.libreoffice.org/19773 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/include/canvas/base/canvascustomspritebase.hxx b/include/canvas/base/canvascustomspritebase.hxx index e906cb1..9813f5b 100644 --- a/include/canvas/base/canvascustomspritebase.hxx +++ b/include/canvas/base/canvascustomspritebase.hxx @@ -29,9 +29,6 @@ #include <canvas/base/integerbitmapbase.hxx> #include <canvas/base/sprite.hxx> -#include <boost/noncopyable.hpp> - - namespace canvas { /** Helper template to handle XCustomSprite method forwarding to diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index 699a272..3b2523b 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -28,8 +28,6 @@ #include <com/sun/star/text/textfield/Type.hpp> -#include <boost/noncopyable.hpp> - namespace com { namespace sun { namespace star { namespace text { class XTextContent; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
