[Libreoffice-commits] core.git: include/canvas include/comphelper include/linguistic include/oox include/svx
Thomas Arnhold
thomas at arnhold.org
Sun Jun 30 05:53:08 PDT 2013
include/canvas/base/graphicdevicebase.hxx | 1 +
include/comphelper/SettingsHelper.hxx | 1 +
include/linguistic/lngprophelp.hxx | 1 +
include/oox/ppt/pptshapecontext.hxx | 1 +
include/oox/vml/vmltextboxcontext.hxx | 2 ++
include/svx/xflbmpit.hxx | 1 +
include/svx/xftouit.hxx | 1 +
include/svx/xftshit.hxx | 1 +
8 files changed, 9 insertions(+)
New commits:
commit 717aafb9cae9dc4c58599c3a9b85434335785ec2
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sun Jun 30 14:51:35 2013 +0200
robustify some headers
Change-Id: Id1998b240025973f43691e83cebce17449b060ba
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index 5c3372e..fd36b3d 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -30,6 +30,7 @@
#include <canvas/parametricpolypolygon.hxx>
#include <canvas/propertysethelper.hxx>
+#include <canvas/verifyinput.hxx>
/* Definition of GraphicDeviceBase class */
diff --git a/include/comphelper/SettingsHelper.hxx b/include/comphelper/SettingsHelper.hxx
index 341b743..af02cbd 100644
--- a/include/comphelper/SettingsHelper.hxx
+++ b/include/comphelper/SettingsHelper.hxx
@@ -22,6 +22,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
+#include <comphelper/solarmutex.hxx>
#include <cppuhelper/implbase3.hxx>
namespace comphelper
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx
index 4befc92..b20a8e5d 100644
--- a/include/linguistic/lngprophelp.hxx
+++ b/include/linguistic/lngprophelp.hxx
@@ -26,6 +26,7 @@
#include <cppuhelper/interfacecontainer.h>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/beans/PropertyValues.hpp>
+#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
#include <linguistic/lngdllapi.h>
diff --git a/include/oox/ppt/pptshapecontext.hxx b/include/oox/ppt/pptshapecontext.hxx
index f746b65..85c6443 100644
--- a/include/oox/ppt/pptshapecontext.hxx
+++ b/include/oox/ppt/pptshapecontext.hxx
@@ -21,6 +21,7 @@
#define OOX_PPT_PPTSHAPECONTEXT_HXX
#include "oox/drawingml/shapecontext.hxx"
+#include "oox/ppt/slidepersist.hxx"
namespace oox { namespace ppt {
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index 47d71ac..755d2d5 100644
--- a/include/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
@@ -24,6 +24,8 @@
#include "oox/vml/vmltextbox.hxx"
namespace oox {
+ class GraphicHelper;
+
namespace vml {
// ============================================================================
diff --git a/include/svx/xflbmpit.hxx b/include/svx/xflbmpit.hxx
index 3c9ea1c..ffd7bb8 100644
--- a/include/svx/xflbmpit.hxx
+++ b/include/svx/xflbmpit.hxx
@@ -21,6 +21,7 @@
#define _SVX_XFLBMPIT_HXX
#include <svl/eitem.hxx>
+#include "svx/rectenum.hxx"
#include "svx/svxdllapi.h"
class SVX_DLLPUBLIC XFillBmpPosItem : public SfxEnumItem
diff --git a/include/svx/xftouit.hxx b/include/svx/xftouit.hxx
index 457247f..f010fbe 100644
--- a/include/svx/xftouit.hxx
+++ b/include/svx/xftouit.hxx
@@ -20,6 +20,7 @@
#ifndef _SVX_XFTOUIT_HXX
#define _SVX_XFTOUIT_HXX
+#include <svl/intitem.hxx>
#include "svx/svxdllapi.h"
/*************************************************************************
diff --git a/include/svx/xftshit.hxx b/include/svx/xftshit.hxx
index 5ae8fc7..360da47 100644
--- a/include/svx/xftshit.hxx
+++ b/include/svx/xftshit.hxx
@@ -22,6 +22,7 @@
#include <svl/eitem.hxx>
#include "svx/svxdllapi.h"
+#include "svx/xenum.hxx"
/*************************************************************************
|*
More information about the Libreoffice-commits
mailing list