summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xecontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xecontent.hxx')
-rw-r--r--sc/source/filter/inc/xecontent.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx
index 545ff59f5ddf..f14a1ed69dea 100644
--- a/sc/source/filter/inc/xecontent.hxx
+++ b/sc/source/filter/inc/xecontent.hxx
@@ -220,8 +220,6 @@ private:
const Color& mrColor;
};
-
-
class ScConditionalFormat;
/** Represents a CONDFMT record that contains all conditions of a conditional format.
@@ -296,8 +294,6 @@ private:
sal_Int32 mnPriority;
};
-
-
/** Contains all conditional formats of a specific sheet. */
class XclExpCondFormatBuffer : public XclExpRecordBase, protected XclExpRoot
{
@@ -357,8 +353,6 @@ private:
sal_uLong mnScHandle; /// The core handle for quick list search.
};
-
-
/** This class contains the DV record list following the DVAL record. */
class XclExpDval : public XclExpRecord, protected XclExpRoot
{
@@ -416,8 +410,6 @@ private:
bool mbEntireDoc; /// true = entire document.
};
-
-
/** Contains all web query records for this document. */
class XclExpWebQueryBuffer : public XclExpRecordList< XclExpWebQuery >
{
@@ -425,8 +417,6 @@ public:
explicit XclExpWebQueryBuffer( const XclExpRoot& rRoot );
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */