summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index dbe4d8d53586..22ef3d9abf2c 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -41,8 +41,6 @@ namespace xls {
class CondFormat;
-
-
/** Model for a single rule in a conditional formatting. */
struct CondFormatRuleModel
{
@@ -145,8 +143,6 @@ private:
-
-
/** Represents a single rule in a conditional formatting. */
class CondFormatRule : public WorksheetHelper
{
@@ -182,8 +178,6 @@ private:
typedef ::boost::shared_ptr< CondFormatRule > CondFormatRuleRef;
-
-
/** Model for a conditional formatting object. */
struct CondFormatModel
{
@@ -193,8 +187,6 @@ struct CondFormatModel
explicit CondFormatModel();
};
-
-
/** Represents a conditional formatting object with a list of affected cell ranges. */
class CondFormat : public WorksheetHelper
{
@@ -273,8 +265,6 @@ public:
typedef ::boost::shared_ptr< CondFormat > CondFormatRef;
typedef ::boost::shared_ptr< ExtCfRule > ExtCfRuleRef;
-
-
class CondFormatBuffer : public WorksheetHelper
{
public:
@@ -300,8 +290,6 @@ private:
ExtCfRuleVec maCfRules; /// All external conditional formatting rules in a sheet.
};
-
-
} // namespace xls
} // namespace oox