diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc4.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-text.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/optsitem.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slideshow/showwin.cxx | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 83297fce1310..412a05e74ca1 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> +#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <sfx2/docfile.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx index 4c43f1cf181f..8d2f6c24c04d 100644 --- a/sd/source/filter/eppt/pptx-text.cxx +++ b/sd/source/filter/eppt/pptx-text.cxx @@ -50,6 +50,7 @@ #include <svl/languageoptions.hxx> #include <oox/export/drawingml.hxx> #include <osl/diagnose.h> +#include <i18nlangtag/languagetag.hxx> #include <vcl/settings.hxx> #include <vcl/metric.hxx> diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index fb76dca613b5..dc85ab59c397 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -38,6 +38,7 @@ #include <svl/style.hxx> #include <svl/itempool.hxx> #include <unotools/datetime.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/useroptions.hxx> #include <unotools/syslocale.hxx> #include <unotools/saveopt.hxx> diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index a087ae3a8975..300c513fb570 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -24,7 +24,9 @@ #include <svx/svxids.hrc> #include <sfx2/app.hxx> #include <tools/helpers.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> +#include <i18nlangtag/languagetag.hxx> #include <sdmod.hxx> #include <optsitem.hxx> diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index daee8a5d75bf..e7c72e29af2e 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -21,6 +21,7 @@ #include "showwindow.hxx" +#include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> #include <sfx2/viewfrm.hxx> |