diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cuigrfflt.hxx | 2 | ||||
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index cfebfb9ccc5a..6df4a6862268 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -142,6 +142,7 @@ #include <vcl/gfxlink.hxx> #include <vcl/gradient.hxx> #include <vcl/graph.hxx> +#include <vcl/GraphicObject.hxx> #include <vcl/hatch.hxx> #include <vcl/help.hxx> #include <vcl/idle.hxx> @@ -362,7 +363,6 @@ #include <svl/stylesheetuser.hxx> #include <svl/svldllapi.h> #include <svtools/ehdl.hxx> -#include <svtools/grfmgr.hxx> #include <svtools/svlbitm.hxx> #include <svtools/svtdllapi.h> #include <svtools/svtresid.hxx> diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 7c6cda281bec..1aeaa2e6be6d 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -34,7 +34,7 @@ #include <vcl/idle.hxx> #include <svl/slstitm.hxx> #include <svtools/transfer.hxx> -#include <svtools/grfmgr.hxx> +#include <vcl/GraphicObject.hxx> #include <sfx2/tabdlg.hxx> #include <svx/galctrl.hxx> #include <svx/galmisc.hxx> diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx index d4b7b085bb92..9daa44d02fba 100644 --- a/cui/source/inc/cuigrfflt.hxx +++ b/cui/source/inc/cuigrfflt.hxx @@ -27,7 +27,7 @@ #include <vcl/dialog.hxx> #include <vcl/group.hxx> #include <tools/helpers.hxx> -#include <svtools/grfmgr.hxx> +#include <vcl/GraphicObject.hxx> #include <svx/graphctl.hxx> #include <svx/dlgctrl.hxx> #include <svx/rectenum.hxx> diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 90661cbecede..8aa4c78a12d9 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -20,7 +20,7 @@ #include <config_features.h> #include <svl/zforlist.hxx> #include <svl/currencytable.hxx> -#include <svtools/grfmgr.hxx> +#include <vcl/GraphicObject.hxx> #include <svtools/langhelp.hxx> #include <svl/flagitem.hxx> #include <sfx2/dispatch.hxx> diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index 59b1d6060797..36f46778a6aa 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -50,7 +50,7 @@ #include <svx/flagsdef.hxx> #include <svl/intitem.hxx> #include <sfx2/request.hxx> -#include <svtools/grfmgr.hxx> +#include <vcl/GraphicObject.hxx> #include <comphelper/lok.hxx> using namespace css; |