diff options
Diffstat (limited to 'oox/inc/drawingml/table/tablecell.hxx')
-rw-r--r-- | oox/inc/drawingml/table/tablecell.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/inc/drawingml/table/tablecell.hxx b/oox/inc/drawingml/table/tablecell.hxx index 313e153e7222..b44eeba006e0 100644 --- a/oox/inc/drawingml/table/tablecell.hxx +++ b/oox/inc/drawingml/table/tablecell.hxx @@ -23,11 +23,12 @@ #include <oox/helper/propertymap.hxx> #include <oox/drawingml/color.hxx> #include <oox/drawingml/drawingmltypes.hxx> -#include <oox/drawingml/lineproperties.hxx> -#include <oox/drawingml/fillproperties.hxx> #include <drawingml/textliststyle.hxx> #include <com/sun/star/table/XCell.hpp> +#include "drawingml/fillproperties.hxx" +#include "drawingml/lineproperties.hxx" + #include <vector> #include <map> |