diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/bmcache.cxx | 2 | ||||
-rw-r--r-- | sd/util/makefile.mk | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 360f32e880bf..23e5864ee374 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -411,7 +411,7 @@ #include "cppuhelper/weakref.hxx" -#include "goodies/grfmgr.hxx" +#include "svtools/grfmgr.hxx" #include "helper/simplereferencecomponent.hxx" diff --git a/sd/source/ui/view/bmcache.cxx b/sd/source/ui/view/bmcache.cxx index 252777904934..cfa705319dd3 100644 --- a/sd/source/ui/view/bmcache.cxx +++ b/sd/source/ui/view/bmcache.cxx @@ -34,7 +34,7 @@ #include <limits.h> // LONG_MAX #include <tools/solar.h> -#include <goodies/grfmgr.hxx> +#include <svtools/grfmgr.hxx> #include "bmcache.hxx" // eine Struktur fuer die Cache-Eintraege diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index 6b1e6ebf1676..ee283700da1a 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -73,7 +73,6 @@ SHL1STDLIBS+= \ $(CPPCANVASLIB) \ $(BASEGFXLIB) \ $(DRAWINGLAYERLIB) \ - $(GOODIESLIB) \ $(BASEGFXLIB) \ $(SVTOOLLIB) \ $(TKLIB) \ @@ -254,7 +253,6 @@ SHL5STDLIBS = $(ISDLIB) \ $(SFX2LIB) \ $(SVTOOLLIB) \ $(SOTLIB) \ - $(GOODIESLIB) \ $(VCLLIB) \ $(SVLLIB) \ $(SOTLIB) \ |