diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-06 22:14:48 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-06 22:14:48 -0800 |
commit | d590e9e07fcb248e762adb8af755a36cebf3016d (patch) | |
tree | 85dccdb8e7e7224c40f69a9c8991c2cbbe5d083f /xmloff/inc | |
parent | c5e997d640cd3ff387793de9080f3eee978d0881 (diff) |
Remove DECLARE_LIST(Imp3DLightList, SdXML3DLightContext*)
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/shapeimport.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/shapeimport.hxx b/xmloff/inc/xmloff/shapeimport.hxx index 07ef44fd7d3b..326c80931c0b 100644 --- a/xmloff/inc/xmloff/shapeimport.hxx +++ b/xmloff/inc/xmloff/shapeimport.hxx @@ -44,6 +44,7 @@ #include "xmloff/table/XMLTableImport.hxx" #include <basegfx/vector/b3dvector.hxx> +#include <vector> class SvXMLImport; class SvXMLImportContext; @@ -209,7 +210,7 @@ public: ////////////////////////////////////////////////////////////////////////////// -DECLARE_LIST(Imp3DLightList, SdXML3DLightContext*) +typedef ::std::vector< SdXML3DLightContext* > Imp3DLightList; class SdXML3DSceneAttributesHelper { |