summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/stylesfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/stylesfragment.hxx')
-rw-r--r--sc/source/filter/inc/stylesfragment.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/inc/stylesfragment.hxx b/sc/source/filter/inc/stylesfragment.hxx
index 5e8f1770c34d..e891e6d4f4ca 100644
--- a/sc/source/filter/inc/stylesfragment.hxx
+++ b/sc/source/filter/inc/stylesfragment.hxx
@@ -26,7 +26,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
class IndexedColorsContext : public WorkbookContextBase
{
@@ -38,7 +38,7 @@ protected:
virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm );
};
-// ============================================================================
+
class FontContext : public WorkbookContextBase
{
@@ -54,7 +54,7 @@ private:
FontRef mxFont;
};
-// ============================================================================
+
class BorderContext : public WorkbookContextBase
{
@@ -71,7 +71,7 @@ private:
BorderRef mxBorder;
};
-// ============================================================================
+
class FillContext : public WorkbookContextBase
{
@@ -88,7 +88,7 @@ private:
double mfGradPos; /// Gradient color position.
};
-// ============================================================================
+
class XfContext : public WorkbookContextBase
{
@@ -106,7 +106,7 @@ private:
bool mbCellXf; /// True = cell XF, false = style XF.
};
-// ============================================================================
+
class DxfContext : public WorkbookContextBase
{
@@ -122,7 +122,7 @@ private:
DxfRef mxDxf;
};
-// ============================================================================
+
class StylesFragment : public WorkbookFragmentBase
{
@@ -139,7 +139,7 @@ protected:
virtual void finalizeImport();
};
-// ============================================================================
+
} // namespace xls
} // namespace oox