diff options
Diffstat (limited to 'oox/source/drawingml/table')
6 files changed, 11 insertions, 0 deletions
diff --git a/oox/source/drawingml/table/tablebackgroundstylecontext.cxx b/oox/source/drawingml/table/tablebackgroundstylecontext.cxx index ea6f7a0647c5..b376cab17d19 100644 --- a/oox/source/drawingml/table/tablebackgroundstylecontext.cxx +++ b/oox/source/drawingml/table/tablebackgroundstylecontext.cxx @@ -22,6 +22,8 @@ #include "drawingml/table/tablebackgroundstylecontext.hxx" #include "drawingml/fillpropertiesgroupcontext.hxx" #include "oox/helper/attributelist.hxx" +#include <oox/token/namespaces.hxx> +#include <oox/token/tokens.hxx> using namespace ::oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/table/tablecell.cxx b/oox/source/drawingml/table/tablecell.cxx index 9a569505aeb1..1c0d08616599 100644 --- a/oox/source/drawingml/table/tablecell.cxx +++ b/oox/source/drawingml/table/tablecell.cxx @@ -26,6 +26,7 @@ #include "oox/core/xmlfilterbase.hxx" #include "oox/helper/propertyset.hxx" #include <oox/token/namespaces.hxx> +#include <oox/token/properties.hxx> #include <oox/token/tokens.hxx> #include <tools/color.hxx> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/oox/source/drawingml/table/tablecellcontext.cxx b/oox/source/drawingml/table/tablecellcontext.cxx index b0df1663c10e..e7bffe3c83bc 100644 --- a/oox/source/drawingml/table/tablecellcontext.cxx +++ b/oox/source/drawingml/table/tablecellcontext.cxx @@ -24,6 +24,8 @@ #include "drawingml/linepropertiescontext.hxx" #include "drawingml/fillpropertiesgroupcontext.hxx" #include "oox/helper/attributelist.hxx" +#include <oox/token/namespaces.hxx> +#include <oox/token/tokens.hxx> using namespace ::oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/table/tablecontext.cxx b/oox/source/drawingml/table/tablecontext.cxx index 30bab795e2b7..9e4cd315e62f 100644 --- a/oox/source/drawingml/table/tablecontext.cxx +++ b/oox/source/drawingml/table/tablecontext.cxx @@ -24,6 +24,8 @@ #include "drawingml/table/tableproperties.hxx" #include "drawingml/table/tablestylecontext.hxx" #include "drawingml/table/tablerowcontext.hxx" +#include <oox/token/namespaces.hxx> +#include <oox/token/tokens.hxx> using namespace ::oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/table/tablestylecellstylecontext.cxx b/oox/source/drawingml/table/tablestylecellstylecontext.cxx index 6f6f2354203a..cc4d381e0528 100644 --- a/oox/source/drawingml/table/tablestylecellstylecontext.cxx +++ b/oox/source/drawingml/table/tablestylecellstylecontext.cxx @@ -23,6 +23,8 @@ #include "drawingml/fillpropertiesgroupcontext.hxx" #include "drawingml/linepropertiescontext.hxx" #include "oox/helper/attributelist.hxx" +#include <oox/token/namespaces.hxx> +#include <oox/token/tokens.hxx> using namespace ::oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/table/tablestyletextstylecontext.cxx b/oox/source/drawingml/table/tablestyletextstylecontext.cxx index 609cc8b2639e..55240664bed6 100644 --- a/oox/source/drawingml/table/tablestyletextstylecontext.cxx +++ b/oox/source/drawingml/table/tablestyletextstylecontext.cxx @@ -22,6 +22,8 @@ #include "drawingml/table/tablestyletextstylecontext.hxx" #include "drawingml/colorchoicecontext.hxx" #include "oox/helper/attributelist.hxx" +#include <oox/token/namespaces.hxx> +#include <oox/token/tokens.hxx> using namespace ::oox::core; using namespace ::com::sun::star; |