diff options
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.hxx | 2 | ||||
-rw-r--r-- | dbaccess/util/makefile.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx index 2481c8744913..6538de3a8e96 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx @@ -66,7 +66,7 @@ #include <vcl/graph.hxx> #endif #ifndef _GRFMGR_HXX -#include <goodies/grfmgr.hxx> +#include <svtools/grfmgr.hxx> #endif #include "callbacks.hxx" #include <memory> diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 7b6909992c53..cbbd24e785f1 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -120,7 +120,6 @@ SHL2STDLIBS= \ $(FWELIB) \ $(TKLIB) \ $(VCLLIB) \ - $(GOODIESLIB) \ $(SVLLIB) \ $(SOTLIB) \ $(UNOTOOLSLIB) \ |