diff options
Diffstat (limited to 'svtools/source/graphic/graphicunofactory.cxx')
-rw-r--r-- | svtools/source/graphic/graphicunofactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/graphic/graphicunofactory.cxx b/svtools/source/graphic/graphicunofactory.cxx index 8c2bc12c590c..b7fffe7645ec 100644 --- a/svtools/source/graphic/graphicunofactory.cxx +++ b/svtools/source/graphic/graphicunofactory.cxx @@ -22,7 +22,7 @@ #include <cppuhelper/implbase1.hxx> #include <com/sun/star/graphic/XGraphicObject.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <grfmgr.hxx> +#include <svtools/grfmgr.hxx> using namespace com::sun::star; |