diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-07 18:52:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-07 18:52:36 +0100 |
commit | eaceeb3735e1966676c858e0c372750598d8f783 (patch) | |
tree | 4ebf87f08100bd51735f30aa151221fabd10fba8 /svx/source/items/grfitem.cxx | |
parent | 127e5f966ebebe604792f5707d543e8618c61c48 (diff) |
#i107450#: make svx buildable with new editeng lib
Diffstat (limited to 'svx/source/items/grfitem.cxx')
-rw-r--r-- | svx/source/items/grfitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/grfitem.cxx b/svx/source/items/grfitem.cxx index c8bf3195a0..c18c3b64de 100644 --- a/svx/source/items/grfitem.cxx +++ b/svx/source/items/grfitem.cxx @@ -34,7 +34,7 @@ #include <tools/stream.hxx> #include <svx/grfcrop.hxx> -#include <svx/itemtype.hxx> +#include <editeng/itemtype.hxx> #include <com/sun/star/text/GraphicCrop.hpp> using namespace ::com::sun::star; |