summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/rotmodit.cxx1
-rw-r--r--svx/source/items/viewlayoutitem.cxx1
-rw-r--r--svx/source/items/zoomslideritem.cxx2
3 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index 059bdff530b2..928b6908fc88 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -18,6 +18,7 @@
*/
#include <tools/stream.hxx>
+#include <osl/diagnose.h>
#include <com/sun/star/table/BorderLine.hpp>
#include <com/sun/star/table/CellVertJustify2.hpp>
#include <com/sun/star/table/ShadowLocation.hpp>
diff --git a/svx/source/items/viewlayoutitem.cxx b/svx/source/items/viewlayoutitem.cxx
index 4d93c6b3c0dd..c8e2f0502637 100644
--- a/svx/source/items/viewlayoutitem.cxx
+++ b/svx/source/items/viewlayoutitem.cxx
@@ -23,6 +23,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
+#include <osl/diagnose.h>
TYPEINIT1_FACTORY(SvxViewLayoutItem,SfxUInt16Item, new SvxViewLayoutItem);
diff --git a/svx/source/items/zoomslideritem.cxx b/svx/source/items/zoomslideritem.cxx
index f1e04af71c29..285a4644410a 100644
--- a/svx/source/items/zoomslideritem.cxx
+++ b/svx/source/items/zoomslideritem.cxx
@@ -19,6 +19,8 @@
#include <tools/stream.hxx>
+#include <osl/diagnose.h>
+
#include <svx/zoomslideritem.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>