summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/drawingmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/drawingmanager.hxx')
-rw-r--r--sc/source/filter/inc/drawingmanager.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/drawingmanager.hxx b/sc/source/filter/inc/drawingmanager.hxx
index c374594979e6..6bd3a9d42714 100644
--- a/sc/source/filter/inc/drawingmanager.hxx
+++ b/sc/source/filter/inc/drawingmanager.hxx
@@ -33,8 +33,6 @@ namespace oox { namespace drawingml { class ShapePropertyMap; } }
namespace oox {
namespace xls {
-
-
const sal_uInt16 BIFF_OBJ_INVALID_ID = 0;
@@ -52,8 +50,6 @@ struct BiffObjLineModel
explicit BiffObjLineModel();
};
-
-
/** This structure contains fill formatting attributes from an OBJ record. */
struct BiffObjFillModel
{
@@ -73,8 +69,6 @@ class BiffDrawingBase;
class BiffDrawingObjectBase;
typedef ::boost::shared_ptr< BiffDrawingObjectBase > BiffDrawingObjectRef;
-
-
class BiffDrawingObjectContainer
{
public:
@@ -93,8 +87,6 @@ private:
BiffDrawingObjectVector maObjects;
};
-
-
/** Base class for all BIFF drawing objects (OBJ records). */
class BiffDrawingObjectBase : public WorksheetHelper
{
@@ -208,8 +200,6 @@ private:
BiffObjIdVector maSkipObjs; /// Identifiers of all objects to be skipped.
};
-
-
/** Drawing manager of a single sheet. */
class BiffSheetDrawing : public BiffDrawingBase
{
@@ -222,8 +212,6 @@ public:
const ::com::sun::star::awt::Rectangle& rShapeRect ) SAL_OVERRIDE;
};
-
-
} // namespace xls
} // namespace oox