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.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index d97e5bd70303..be853d9a4136 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -27,8 +27,6 @@ namespace oox {
namespace xls {
-
-
/** Context handler derived from the WorkbookHelper helper class.
Used to import contexts in global workbook fragments.
@@ -41,8 +39,6 @@ public:
::oox::core::ContextHandler2( rParent ), WorkbookHelper( rParent ) {}
};
-
-
/** Context handler derived from the WorksheetHelper helper class.
Used to import contexts in sheet fragments.
@@ -55,8 +51,6 @@ public:
::oox::core::ContextHandler2( rParent ), WorksheetHelper( rParent ) {}
};
-
-
/** Fragment handler derived from the WorkbookHelper helper class.
Used to import global workbook fragments.
@@ -69,8 +63,6 @@ public:
const OUString& rFragmentPath );
};
-
-
/** Fragment handler derived from the WorksheetHelper helper class.
Used to import sheet fragments.
@@ -84,8 +76,6 @@ public:
};
-
-
/** Base class for all BIFF context handlers.
Derived handlers have to implement the importRecord() function that has to
@@ -100,8 +90,6 @@ public:
virtual void importRecord( BiffInputStream& rStrm ) = 0;
};
-
-
/** Context handler derived from the WorksheetHelper helper class.
Used to import contexts in sheet fragments.
@@ -112,8 +100,6 @@ protected:
explicit BiffWorksheetContextBase( const WorksheetHelper& rHelper );
};
-
-
/** An enumeration for all types of fragments in a BIFF workbook stream. */
enum BiffFragmentType
{
@@ -127,8 +113,6 @@ enum BiffFragmentType
BIFF_FRAGMENT_UNKNOWN /// Unknown fragment/error.
};
-
-
class BiffFragmentHandler
{
public:
@@ -167,8 +151,6 @@ private:
BiffInputStreamRef mxBiffStrm;
};
-
-
/** Fragment handler derived from the WorkbookHelper helper class.
Used to import global workbook fragments.
@@ -182,8 +164,6 @@ protected:
bool bCloneDecoder = false );
};
-
-
} // namespace xls
} // namespace oox