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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index c54a57f3448d..1f616ec8fe0d 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -44,7 +44,7 @@ class XMLSdPropHdlFactory;
class XMLPropertySetMapper;
class SvXMLImportPropertyMapper;
-//////////////////////////////////////////////////////////////////////////////
+
enum SdXMLGroupShapeElemTokenMap
{
@@ -173,7 +173,7 @@ enum SdXML3DLightAttrTokenMap
XML_TOK_3DLIGHT_SPECULAR
};
-//////////////////////////////////////////////////////////////////////////////
+
// dr3d:3dlight context
class SdXML3DLightContext: public SvXMLImportContext
@@ -198,7 +198,7 @@ public:
sal_Bool GetSpecular() { return mbSpecular; }
};
-//////////////////////////////////////////////////////////////////////////////
+
typedef ::std::vector< SdXML3DLightContext* > Imp3DLightList;
@@ -243,7 +243,7 @@ public:
void setSceneAttributes( const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xPropSet );
};
-//////////////////////////////////////////////////////////////////////////////
+
class SvXMLShapeContext : public SvXMLImportContext
{
@@ -263,7 +263,7 @@ public:
void setHyperlink( const OUString& rHyperlink );
};
-//////////////////////////////////////////////////////////////////////////////
+
class ShapeSortContext;
struct XMLShapeImportHelperImpl;