summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/xcl97rec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xcl97rec.hxx')
-rw-r--r--sc/source/filter/inc/xcl97rec.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sc/source/filter/inc/xcl97rec.hxx b/sc/source/filter/inc/xcl97rec.hxx
index e4be5e58df55..4cc35769d6fc 100644
--- a/sc/source/filter/inc/xcl97rec.hxx
+++ b/sc/source/filter/inc/xcl97rec.hxx
@@ -81,7 +81,6 @@ private:
std::vector<XclObj*> maObjs;
};
-
// --- class XclObj --------------------------------------------------
class XclTxo;
@@ -176,12 +175,10 @@ public:
void ProcessEscherObj( const XclExpRoot& rRoot,
const Rectangle& rRect, SdrObject* pCaption, bool bVisible );
-
virtual void Save( XclExpStream& rStrm ) SAL_OVERRIDE;
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
// --- class XclObjDropDown ------------------------------------------
class XclObjDropDown : public XclObj
@@ -197,7 +194,6 @@ public:
virtual ~XclObjDropDown();
};
-
// --- class XclTxo --------------------------------------------------
class SdrTextObj;
@@ -227,7 +223,6 @@ private:
sal_uInt8 mnVerAlign; /// Vertical alignment.
};
-
// --- class XclObjOle -----------------------------------------------
class XclObjOle : public XclObj
@@ -246,7 +241,6 @@ public:
virtual void Save( XclExpStream& rStrm ) SAL_OVERRIDE;
};
-
// --- class XclObjAny -----------------------------------------------
class XclObjAny : public XclObj
@@ -262,7 +256,6 @@ public:
com::sun::star::uno::Reference< com::sun::star::drawing::XShape >
GetShape() const { return mxShape; }
-
virtual void Save( XclExpStream& rStrm ) SAL_OVERRIDE;
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
static void WriteFromTo( XclExpXmlStream& rStrm, const XclObjAny& rObj );
@@ -273,7 +266,6 @@ private:
mxShape;
};
-
// --- class ExcBof8_Base --------------------------------------------
class ExcBof8_Base : public ExcBof_Base
@@ -291,7 +283,6 @@ public:
virtual sal_Size GetLen() const SAL_OVERRIDE;
};
-
// --- class ExcBofW8 ------------------------------------------------
// Header Record fuer WORKBOOKS
@@ -301,7 +292,6 @@ public:
ExcBofW8();
};
-
// --- class ExcBof8 -------------------------------------------------
// Header Record fuer WORKSHEETS
@@ -311,7 +301,6 @@ public:
ExcBof8();
};
-
// --- class ExcBundlesheet8 -----------------------------------------
class ExcBundlesheet8 : public ExcBundlesheetBase
@@ -331,7 +320,6 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
// --- class XclObproj -----------------------------------------------
class XclObproj : public ExcRecord
@@ -341,7 +329,6 @@ public:
virtual sal_Size GetLen() const SAL_OVERRIDE;
};
-
// ---- class XclCodename --------------------------------------------
class XclCodename : public ExcRecord
@@ -356,7 +343,6 @@ public:
virtual sal_Size GetLen() const SAL_OVERRIDE;
};
-
// ---- Scenarios ----------------------------------------------------
// - ExcEScenarioCell a cell of a scenario range
// - ExcEScenario all ranges of a scenario table
@@ -443,7 +429,6 @@ private:
sal_uInt16 mnOptions; /// Encoded sheet protection options.
};
-
/** Represents one EnhancedProtection feature in a FEAT record.
To be written only if such feature exists. */
class XclExpSheetEnhancedProtection : public XclExpRecord
@@ -474,7 +459,6 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
class XclIteration : public ExcRecord
{
private:
@@ -490,7 +474,6 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
class XclDelta : public ExcRecord
{
private:
@@ -506,7 +489,6 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
class XclRefmode : public XclExpBoolRecord
{
public:
@@ -609,7 +591,6 @@ public:
explicit XclExpBookExt();
};
-
#endif // _XCL97REC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */