diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-12-28 20:17:11 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-12-28 20:17:11 +0100 |
commit | 9afae518759e5d6ecb32dacd76a1aa746ae2cef6 (patch) | |
tree | f3774251b1d89f56d470e655485436ba47f2f284 | |
parent | c15bb1c231307a09254adbc1338019d5a49b6024 (diff) |
aw078: changes after resync
-rw-r--r-- | svtools/source/filter.vcl/wmf/emfwr.cxx | 1 | ||||
-rwxr-xr-x | vcl/source/gdi/makefile.mk | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.cxx b/svtools/source/filter.vcl/wmf/emfwr.cxx index f516c2eefbd0..e011dde1a0e8 100644 --- a/svtools/source/filter.vcl/wmf/emfwr.cxx +++ b/svtools/source/filter.vcl/wmf/emfwr.cxx @@ -35,6 +35,7 @@ #include <vcl/salbtype.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> +#include <vcl/lineinfo.hxx> // ----------- // - Defines - diff --git a/vcl/source/gdi/makefile.mk b/vcl/source/gdi/makefile.mk index ae90d5bd1461..e253f83b25ab 100755 --- a/vcl/source/gdi/makefile.mk +++ b/vcl/source/gdi/makefile.mk @@ -100,7 +100,6 @@ SLOFILES= $(EXCEPTIONSFILES) \ $(SLO)$/impbmp.obj \ $(SLO)$/imagerepository.obj \ $(SLO)$/impvect.obj \ - $(SLO)$/jobset.obj \ $(SLO)$/lineinfo.obj \ $(SLO)$/mapmod.obj \ $(SLO)$/metaact.obj \ |