summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/condformatcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/condformatcontext.cxx')
-rw-r--r--sc/source/filter/oox/condformatcontext.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/oox/condformatcontext.cxx b/sc/source/filter/oox/condformatcontext.cxx
index 4cfd409ba698..7153e1a6780b 100644
--- a/sc/source/filter/oox/condformatcontext.cxx
+++ b/sc/source/filter/oox/condformatcontext.cxx
@@ -23,12 +23,8 @@
namespace oox {
namespace xls {
-
-
using ::oox::core::ContextHandlerRef;
-
-
ColorScaleContext::ColorScaleContext( CondFormatContext& rFragment, CondFormatRuleRef xRule ) :
WorksheetContextBase( rFragment ),
mxRule( xRule )
@@ -65,8 +61,6 @@ void ColorScaleContext::onStartElement( const AttributeList& rAttribs )
}
}
-
-
DataBarContext::DataBarContext( CondFormatContext& rFragment, CondFormatRuleRef xRule ) :
WorksheetContextBase( rFragment ),
mxRule( xRule )
@@ -106,8 +100,6 @@ void DataBarContext::onStartElement( const AttributeList& rAttribs )
}
}
-
-
IconSetContext::IconSetContext( CondFormatContext& rFragment, CondFormatRuleRef xRule ) :
WorksheetContextBase( rFragment ),
mxRule( xRule )
@@ -142,8 +134,6 @@ void IconSetContext::onStartElement( const AttributeList& rAttribs )
}
}
-
-
CondFormatContext::CondFormatContext( WorksheetFragmentBase& rFragment ) :
WorksheetContextBase( rFragment )
{
@@ -236,8 +226,6 @@ void CondFormatContext::onEndRecord()
}
}
-
-
} // namespace xls
} // namespace oox