diff options
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/bulletitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/outliner.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/bulletitem.hxx b/include/editeng/bulletitem.hxx index ddcbb28ddf89..012138c3b7ca 100644 --- a/include/editeng/bulletitem.hxx +++ b/include/editeng/bulletitem.hxx @@ -22,7 +22,7 @@ #include <memory> #include <editeng/editengdllapi.h> #include <svl/poolitem.hxx> -#include <svtools/grfmgr.hxx> +#include <vcl/GraphicObject.hxx> #include <vcl/font.hxx> diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 43d6f99a8e62..5ef2a56ac05c 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -37,7 +37,7 @@ #include <editeng/editengdllapi.h> #include <com/sun/star/lang/Locale.hpp> -#include <svtools/grfmgr.hxx> +#include <vcl/GraphicObject.hxx> #include <LibreOfficeKit/LibreOfficeKitTypes.h> #include <com/sun/star/uno/Reference.h> |