diff options
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationtag.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.cxx | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index efb6c6e85a8e..256f0ec3a555 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -29,6 +29,8 @@ #include <com/sun/star/document/XEventBroadcaster.hpp> #include <comphelper/string.hxx> #include <svx/svxids.hrc> + +#include <vcl/settings.hxx> #include <vcl/menu.hxx> #include <vcl/msgbox.hxx> diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index 4989dceb63ed..d25d45ce0c62 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -22,6 +22,7 @@ #include <vcl/help.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 564c5c6f853c..412ca0cce32c 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -67,6 +67,8 @@ #include <vcl/svapp.hxx> #include <vcl/gradient.hxx> #include <vcl/cursor.hxx> +#include <vcl/settings.hxx> + #include <tools/helpers.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> |