diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-09-16 17:38:16 +1000 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-09-18 15:13:09 +0200 |
commit | 7190c6c7a01ce6bca53d4e9e61baa2631e88de2e (patch) | |
tree | 8a2b012bacba27784b5d58911a391dd059df89be /vcl | |
parent | 63fc008870c7c070c8e30b022aeb314e882ca8d2 (diff) |
vcl: add sal/config.h in preparation for patch
The convention is that we need to add sal/config.h to the start of
files.
I have a patch queued to test PhysicalFontFamily and move it to
vcl::font. Submitting patch to update the modelines in the files
that I will change in that patch.
Change-Id: I92275250bc5e12f7e6f7c0d4b6405d6a6e8de033
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122179
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/PhysicalFontFace.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx index 4ecc751b5445..66bf62c5b90c 100644 --- a/vcl/inc/PhysicalFontFace.hxx +++ b/vcl/inc/PhysicalFontFace.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX #define INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX +#include <sal/config.h> + #include <salhelper/simplereferenceobject.hxx> #include <rtl/ref.hxx> #include <tools/long.hxx> diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index b31aa202019c..060fcbb1be77 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_INC_SALLAYOUT_HXX #define INCLUDED_VCL_INC_SALLAYOUT_HXX +#include <sal/config.h> + #include <basegfx/polygon/b2dpolypolygon.hxx> #include <tools/gen.hxx> #include <tools/degree.hxx> |