diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-15 17:16:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-15 17:19:02 +0200 |
commit | 593a298dd3cf61781d0d069eaf2fa80a82eda502 (patch) | |
tree | c5f2667c6ba6695f6340f5cfcb78563a73fa6130 /svtools/source/graphic/graphicunofactory.cxx | |
parent | fa96ed925fc40e20aca58551414e5bc5d61a87bd (diff) |
Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"
This reverts commit 389bdc162415abff78971b1ce7c5d47482e1d37b.
Sadly this was going in the wrong direction...
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; |