diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 3 | ||||
-rw-r--r-- | svx/source/unodraw/unopage.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 33cb2ccb8e24..26099ab883b0 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -17,8 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + #include <vcl/wrkwin.hxx> -#include <sot/factory.hxx> #include <tools/helpers.hxx> #include <vcl/msgbox.hxx> #include <svl/eitem.hxx> diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index 7376b8e8172e..6fbab3e9b2e2 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -49,6 +49,7 @@ #include <svx/lathe3d.hxx> #include <vcl/svapp.hxx> #include <tools/diagnose_ex.h> +#include <tools/globname.hxx> using namespace ::cppu; using namespace ::com::sun::star; diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index e445b0954c26..1c4c012f41c0 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -17,7 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sot/factory.hxx> +#include <sal/config.h> + #include <tools/poly.hxx> #include <vcl/bmpacc.hxx> #include <vcl/virdev.hxx> |