diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-06-24 21:16:18 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-06-25 09:45:26 +0200 |
commit | 2e049367219d427e315e58ef193438ea48a0196b (patch) | |
tree | b9d8f4e8589a102528022c01bec9c342aa7d41df /oox/source/ppt | |
parent | 3a8d0c0ff5c3b23de3bfb416a5c0e44e5ddc467a (diff) |
Move more oox/drawingml/ internal headers to oox/inc.
Change-Id: I0963c92356f8388ce02fb36e172ad3b2af8ba8f8
Diffstat (limited to 'oox/source/ppt')
-rw-r--r-- | oox/source/ppt/dgmimport.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/dgmlayout.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/dgmimport.cxx b/oox/source/ppt/dgmimport.cxx index 19ff1cab4817..e760b2ef5e02 100644 --- a/oox/source/ppt/dgmimport.cxx +++ b/oox/source/ppt/dgmimport.cxx @@ -19,7 +19,7 @@ #include "oox/ppt/dgmimport.hxx" #include "oox/drawingml/theme.hxx" -#include "oox/drawingml/diagram/diagram.hxx" +#include "drawingml/diagram/diagram.hxx" #include "oox/dump/pptxdumper.hxx" #include <com/sun/star/drawing/XShape.hpp> diff --git a/oox/source/ppt/dgmlayout.cxx b/oox/source/ppt/dgmlayout.cxx index 10276dce354a..f9db4c7fdc0f 100644 --- a/oox/source/ppt/dgmlayout.cxx +++ b/oox/source/ppt/dgmlayout.cxx @@ -20,7 +20,7 @@ #include "oox/ppt/dgmlayout.hxx" #include "oox/drawingml/theme.hxx" #include "oox/drawingml/themefragmenthandler.hxx" -#include "oox/drawingml/diagram/diagram.hxx" +#include "drawingml/diagram/diagram.hxx" #include "oox/dump/pptxdumper.hxx" #include <com/sun/star/drawing/XShape.hpp> |