diff options
Diffstat (limited to 'xmloff/source/draw/shapeimport.cxx')
-rw-r--r-- | xmloff/source/draw/shapeimport.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx index 14b5e5acc2a6..3ab9181bcaf1 100644 --- a/xmloff/source/draw/shapeimport.cxx +++ b/xmloff/source/draw/shapeimport.cxx @@ -35,6 +35,8 @@ #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> +#include <xmloff/table/XMLTableImport.hxx> +#include <xmloff/attrlist.hxx> #include "ximpstyl.hxx" #include "ximpshap.hxx" #include "sdpropls.hxx" @@ -47,6 +49,8 @@ #include <map> #include <vector> +class ShapeSortContext; + using namespace ::std; using namespace ::com::sun::star; using namespace ::xmloff::token; |