summaryrefslogtreecommitdiffstats
path: root/include/xmloff/shapeimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/shapeimport.hxx')
-rw-r--r--include/xmloff/shapeimport.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index b1869adc6240..3e72562e0eff 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -199,15 +199,14 @@ public:
-typedef ::std::vector< SdXML3DLightContext* > Imp3DLightList;
-
class SdXML3DSceneAttributesHelper
{
protected:
SvXMLImport& mrImport;
// list for local light contexts
- Imp3DLightList maList;
+ ::std::vector< SdXML3DLightContext* >
+ maList;
// local parameters which need to be read
com::sun::star::drawing::HomogenMatrix mxHomMat;