summaryrefslogtreecommitdiffstats
path: root/include/xmloff/shapeimport.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/xmloff/shapeimport.hxx
parentimport date cells from OOXML (diff)
downloadcore-8792ec7b2129650777b7b4bfacaa7c13d923279b.tar.gz
core-8792ec7b2129650777b7b4bfacaa7c13d923279b.zip
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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;