summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeescher.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/inc/xeescher.hxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
Diffstat (limited to 'sc/source/filter/inc/xeescher.hxx')
-rw-r--r--sc/source/filter/inc/xeescher.hxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx
index a51e5306341c..bb38e62fd735 100644
--- a/sc/source/filter/inc/xeescher.hxx
+++ b/sc/source/filter/inc/xeescher.hxx
@@ -65,8 +65,6 @@ protected: // for access in derived classes
sal_uInt16 mnFlags; /// Flags for DFF stream export.
};
-
-
/** Represents the position (anchor) of an object in a Calc sheet. */
class XclExpDffSheetAnchor : public XclExpDffAnchorBase
{
@@ -81,8 +79,6 @@ private:
SCTAB mnScTab; /// Calc sheet index.
};
-
-
/** Represents the position (anchor) of a shape in an embedded draw page. */
class XclExpDffEmbeddedAnchor : public XclExpDffAnchorBase
{
@@ -100,8 +96,6 @@ private:
sal_Int32 mnScaleY;
};
-
-
/** Represents the position (anchor) of a note object. */
class XclExpDffNoteAnchor : public XclExpDffAnchorBase
{
@@ -109,8 +103,6 @@ public:
explicit XclExpDffNoteAnchor( const XclExpRoot& rRoot, const Rectangle& rRect );
};
-
-
/** Represents the position (anchor) of a cell dropdown object. */
class XclExpDffDropDownAnchor : public XclExpDffAnchorBase
{
@@ -134,8 +126,6 @@ protected:
sal_uInt32 mnFragmentKey; /// The key of the DFF stream fragment to be written by this record.
};
-
-
/** The MSODRAWINGGROUP record contains the DGGCONTAINER with global DFF data
such as the picture container.
*/
@@ -145,8 +135,6 @@ public:
explicit XclExpMsoDrawingGroup( XclEscherEx& rEscherEx );
};
-
-
/** One or more MSODRAWING records contain the DFF stream data for a drawing
shape.
*/
@@ -156,8 +144,6 @@ public:
explicit XclExpMsoDrawing( XclEscherEx& rEscherEx );
};
-
-
/** Provides export of bitmap data to an IMGDATA record. */
class XclExpImgData : public XclExpRecordBase
{
@@ -173,8 +159,6 @@ private:
sal_uInt16 mnRecId; /// Record identifier for the IMGDATA record.
};
-
-
/** Helper class for form controils to manage spreadsheet links . */
class XclExpControlHelper : protected XclExpRoot
{
@@ -234,8 +218,6 @@ private:
virtual void WriteSubRecs( XclExpStream& rStrm ) SAL_OVERRIDE;
};
-
-
//delete for exporting OCX
//#if EXC_EXP_OCX_CTRL
@@ -302,8 +284,6 @@ private:
//#endif
-
-
class XclExpChart;
/** A chart object. This is the drawing object wrapper for the chart data. */
@@ -331,8 +311,6 @@ private:
XChartDocRef mxChartDoc;
};
-
-
/** Represents a NOTE record containing the relevant data of a cell note.
NOTE records differ significantly in various BIFF versions. This class
@@ -387,8 +365,6 @@ private:
Rectangle maCommentTo; /// To and To Offsets
};
-
-
class XclExpComments : public XclExpRecord
{
public:
@@ -452,8 +428,6 @@ private:
boost::shared_ptr< XclExpObjList > mxObjList;
};
-
-
class XclExpEmbeddedObjectManager : public XclExpObjectManager
{
public:
@@ -472,8 +446,6 @@ private:
sal_Int32 mnScaleY;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */