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, 6 insertions, 6 deletions
diff --git a/sc/source/filter/oox/condformatcontext.cxx b/sc/source/filter/oox/condformatcontext.cxx
index 67b1ed93a868..4cfd409ba698 100644
--- a/sc/source/filter/oox/condformatcontext.cxx
+++ b/sc/source/filter/oox/condformatcontext.cxx
@@ -23,11 +23,11 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using ::oox::core::ContextHandlerRef;
-// ============================================================================
+
ColorScaleContext::ColorScaleContext( CondFormatContext& rFragment, CondFormatRuleRef xRule ) :
WorksheetContextBase( rFragment ),
@@ -65,7 +65,7 @@ void ColorScaleContext::onStartElement( const AttributeList& rAttribs )
}
}
-// ============================================================================
+
DataBarContext::DataBarContext( CondFormatContext& rFragment, CondFormatRuleRef xRule ) :
WorksheetContextBase( rFragment ),
@@ -106,7 +106,7 @@ void DataBarContext::onStartElement( const AttributeList& rAttribs )
}
}
-// ============================================================================
+
IconSetContext::IconSetContext( CondFormatContext& rFragment, CondFormatRuleRef xRule ) :
WorksheetContextBase( rFragment ),
@@ -142,7 +142,7 @@ void IconSetContext::onStartElement( const AttributeList& rAttribs )
}
}
-// ============================================================================
+
CondFormatContext::CondFormatContext( WorksheetFragmentBase& rFragment ) :
WorksheetContextBase( rFragment )
@@ -236,7 +236,7 @@ void CondFormatContext::onEndRecord()
}
}
-// ============================================================================
+
} // namespace xls
} // namespace oox