summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/drawingfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/drawingfragment.hxx')
-rw-r--r--sc/source/filter/inc/drawingfragment.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/drawingfragment.hxx b/sc/source/filter/inc/drawingfragment.hxx
index 5796788d807b..52b23cb4e91b 100644
--- a/sc/source/filter/inc/drawingfragment.hxx
+++ b/sc/source/filter/inc/drawingfragment.hxx
@@ -57,8 +57,6 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape;
};
-
-
class Shape : public ::oox::drawingml::Shape, public WorksheetHelper
{
public:
@@ -76,8 +74,6 @@ private:
OUString maMacroName;
};
-
-
/** Context handler for creation of shapes embedded in group shapes. */
class GroupShapeContext : public ::oox::drawingml::ShapeGroupContext, public WorksheetHelper
{
@@ -104,8 +100,6 @@ protected:
const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
};
-
-
/** Fragment handler for a complete sheet drawing. */
class DrawingFragment : public WorksheetFragmentBase
{
@@ -149,8 +143,6 @@ private:
sal_Int32 mnDropStyle;
};
-
-
class VmlDrawing : public ::oox::vml::Drawing, public WorksheetHelper
{
public:
@@ -205,8 +197,6 @@ private:
::oox::vml::TextFontModel maListBoxFont;
};
-
-
class VmlDrawingFragment : public ::oox::vml::DrawingFragment, public WorksheetHelper
{
public:
@@ -218,8 +208,6 @@ protected:
virtual void finalizeImport() SAL_OVERRIDE;
};
-
-
} // namespace xls
} // namespace oox