diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-01-24 17:59:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-01-24 18:37:56 +0200 |
commit | 31e12a9e639e708f503f4db71b8549a7426c2394 (patch) | |
tree | d71adafb1d12e542ebee9cdddd7ca0437aaad733 /oox/source/vml/vmlformatting.cxx | |
parent | 09768d8ee4099907569bb27311eb35377fcde5cc (diff) |
Move two include files to oox/inc as they are used only in oox
Change-Id: Ie13614c1977f45aa8086f4db65ca86b7d9212735
Diffstat (limited to 'oox/source/vml/vmlformatting.cxx')
-rw-r--r-- | oox/source/vml/vmlformatting.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx index 36cc43dea07d..27fa0f4486e9 100644 --- a/oox/source/vml/vmlformatting.cxx +++ b/oox/source/vml/vmlformatting.cxx @@ -27,8 +27,8 @@ #include <osl/diagnose.h> #include "oox/drawingml/color.hxx" #include "oox/drawingml/drawingmltypes.hxx" -#include "oox/drawingml/fillproperties.hxx" -#include "oox/drawingml/lineproperties.hxx" +#include "drawingml/fillproperties.hxx" +#include "drawingml/lineproperties.hxx" #include "oox/drawingml/shapepropertymap.hxx" #include "oox/helper/attributelist.hxx" #include "oox/helper/graphichelper.hxx" |