summaryrefslogtreecommitdiffstats
path: root/include/oox/drawingml/graphicshapecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/graphicshapecontext.hxx')
-rw-r--r--include/oox/drawingml/graphicshapecontext.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/drawingml/graphicshapecontext.hxx b/include/oox/drawingml/graphicshapecontext.hxx
index 322f08e2f95c..a9afc0b20ebd 100644
--- a/include/oox/drawingml/graphicshapecontext.hxx
+++ b/include/oox/drawingml/graphicshapecontext.hxx
@@ -36,7 +36,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
};
-// ====================================================================
+
class OOX_DLLPUBLIC GraphicalObjectFrameContext : public ShapeContext
{
@@ -49,7 +49,7 @@ private:
bool mbEmbedShapesInChart;
};
-// ====================================================================
+
class OleObjectGraphicDataContext : public ShapeContext
{
@@ -62,7 +62,7 @@ private:
::oox::vml::OleObjectInfo& mrOleObjectInfo;
};
-// ====================================================================
+
class Diagram;
@@ -81,7 +81,7 @@ private:
OUString msCs;
};
-// ====================================================================
+
class ChartGraphicDataContext : public ShapeContext
{
@@ -99,7 +99,7 @@ private:
ChartShapeInfo& mrChartShapeInfo;
};
-// ====================================================================
+
} }