diff options
Diffstat (limited to 'editeng/source/items')
-rw-r--r-- | editeng/source/items/justifyitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/writingmodeitem.cxx | 2 | ||||
-rw-r--r-- | editeng/source/items/xmlcnitm.cxx | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editeng/source/items/justifyitem.cxx b/editeng/source/items/justifyitem.cxx index c22b989bfc0e..d010f72d58b1 100644 --- a/editeng/source/items/justifyitem.cxx +++ b/editeng/source/items/justifyitem.cxx @@ -23,6 +23,7 @@ #include <editeng/eerdll.hxx> #include <tools/stream.hxx> +#include <tools/debug.hxx> #include <com/sun/star/table/CellHoriJustify.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> diff --git a/editeng/source/items/writingmodeitem.cxx b/editeng/source/items/writingmodeitem.cxx index 25e6bfb1cb22..1c6363d61667 100644 --- a/editeng/source/items/writingmodeitem.cxx +++ b/editeng/source/items/writingmodeitem.cxx @@ -23,6 +23,8 @@ #include <editeng/editrids.hrc> #include <osl/diagnose.h> +#include <climits> + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::text; diff --git a/editeng/source/items/xmlcnitm.cxx b/editeng/source/items/xmlcnitm.cxx index 1e50742ee19a..a102db77d024 100644 --- a/editeng/source/items/xmlcnitm.cxx +++ b/editeng/source/items/xmlcnitm.cxx @@ -18,6 +18,7 @@ */ #include <memory> +#include <climits> #include <com/sun/star/xml/AttributeData.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <o3tl/any.hxx> @@ -25,6 +26,8 @@ #include <xmloff/xmlcnimp.hxx> #include <xmloff/unoatrcn.hxx> #include <editeng/xmlcnitm.hxx> +#include <tools/debug.hxx> +#include <tools/solar.h> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::container; |