[Libreoffice-commits] core.git: sc/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Mon Jul 18 02:53:28 UTC 2016
sc/source/filter/inc/excelhandlers.hxx | 13 -------------
1 file changed, 13 deletions(-)
New commits:
commit 28ac6fdc11559b58ac62089300aa99530b0b822d
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Sun Jul 17 17:59:42 2016 +0200
sc: remove enum BiffFragmentType
unused since commit 45e4f9e99b75ef8a125228bc42df7fb98af9d7bc
Change-Id: I22af37cf591e20aea9f39dd360fffa0a457e6adf
Reviewed-on: https://gerrit.libreoffice.org/27266
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index 17c6ed6..3077c7d 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -93,19 +93,6 @@ public:
virtual void importRecord( BiffInputStream& rStrm ) = 0;
};
-/** An enumeration for all types of fragments in a BIFF workbook stream. */
-enum BiffFragmentType
-{
- BIFF_FRAGMENT_GLOBALS, /// Workbook globals fragment.
- BIFF_FRAGMENT_WORKSHEET, /// Worksheet fragment.
- BIFF_FRAGMENT_CHARTSHEET, /// Chart sheet fragment.
- BIFF_FRAGMENT_MACROSHEET, /// Macro sheet fragment.
- BIFF_FRAGMENT_MODULESHEET, /// BIFF5 VB module fragment.
- BIFF_FRAGMENT_EMPTYSHEET, /// Sheet fragment of unsupported type.
- BIFF_FRAGMENT_WORKSPACE, /// BIFF4 workspace/workbook globals.
- BIFF_FRAGMENT_UNKNOWN /// Unknown fragment/error.
-};
-
class BiffFragmentHandler
{
public:
More information about the Libreoffice-commits
mailing list