[Libreoffice-commits] core.git: include/canvas include/editeng
Noel Grandin
noel at peralex.com
Wed Nov 4 00:18:38 PST 2015
include/canvas/base/canvascustomspritebase.hxx | 3 ---
include/editeng/flditem.hxx | 2 --
2 files changed, 5 deletions(-)
New commits:
commit 16e4bbf44c4b2a95e26c331804940181c0fa1d86
Author: Noel Grandin <noel at peralex.com>
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 <noelgrandin at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
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;
More information about the Libreoffice-commits
mailing list