summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excelhandlers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excelhandlers.hxx')
-rw-r--r--sc/source/filter/inc/excelhandlers.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index ed2805869254..d97e5bd70303 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -26,8 +26,8 @@
namespace oox {
namespace xls {
-// ============================================================================
-// ============================================================================
+
+
/** Context handler derived from the WorkbookHelper helper class.
@@ -41,7 +41,7 @@ public:
::oox::core::ContextHandler2( rParent ), WorkbookHelper( rParent ) {}
};
-// ============================================================================
+
/** Context handler derived from the WorksheetHelper helper class.
@@ -55,7 +55,7 @@ public:
::oox::core::ContextHandler2( rParent ), WorksheetHelper( rParent ) {}
};
-// ============================================================================
+
/** Fragment handler derived from the WorkbookHelper helper class.
@@ -69,7 +69,7 @@ public:
const OUString& rFragmentPath );
};
-// ============================================================================
+
/** Fragment handler derived from the WorksheetHelper helper class.
@@ -83,8 +83,8 @@ public:
const OUString& rFragmentPath );
};
-// ============================================================================
-// ============================================================================
+
+
/** Base class for all BIFF context handlers.
@@ -100,7 +100,7 @@ public:
virtual void importRecord( BiffInputStream& rStrm ) = 0;
};
-// ----------------------------------------------------------------------------
+
/** Context handler derived from the WorksheetHelper helper class.
@@ -112,7 +112,7 @@ protected:
explicit BiffWorksheetContextBase( const WorksheetHelper& rHelper );
};
-// ============================================================================
+
/** An enumeration for all types of fragments in a BIFF workbook stream. */
enum BiffFragmentType
@@ -127,7 +127,7 @@ enum BiffFragmentType
BIFF_FRAGMENT_UNKNOWN /// Unknown fragment/error.
};
-// ----------------------------------------------------------------------------
+
class BiffFragmentHandler
{
@@ -167,7 +167,7 @@ private:
BiffInputStreamRef mxBiffStrm;
};
-// ----------------------------------------------------------------------------
+
/** Fragment handler derived from the WorkbookHelper helper class.
@@ -182,7 +182,7 @@ protected:
bool bCloneDecoder = false );
};
-// ----------------------------------------------------------------------------
+
} // namespace xls
} // namespace oox