summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/filter.hxx3
-rw-r--r--sc/source/core/inc/doubleref.hxx2
-rw-r--r--sc/source/ui/inc/autofmt.hxx2
3 files changed, 1 insertions, 6 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 3739a0ec1953..f9201d01951c 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -40,8 +40,7 @@ class ScOrcusFilters;
enum EXCIMPFORMAT { EIF_AUTO, EIF_BIFF5, EIF_BIFF8, EIF_BIFF_LE4 };
// for export
-enum ExportFormatLotus { ExpWK1, ExpWK3, ExpWK4 };
-enum ExportFormatExcel { ExpBiff2, ExpBiff3, ExpBiff4, ExpBiff4W, ExpBiff5, ExpBiff8, Exp2007Xml };
+enum ExportFormatExcel { ExpBiff5, ExpBiff8 };
// These are implemented inside the scfilt library and lazy loaded
diff --git a/sc/source/core/inc/doubleref.hxx b/sc/source/core/inc/doubleref.hxx
index 7786104e8de2..bd35b7d905e1 100644
--- a/sc/source/core/inc/doubleref.hxx
+++ b/sc/source/core/inc/doubleref.hxx
@@ -38,8 +38,6 @@ enum class FormulaError : sal_uInt16;
class ScDBRangeBase
{
public:
- enum RefType { INTERNAL, EXTERNAL }; // TODO: We may not need this after all... (kohei)
-
ScDBRangeBase() = delete;
virtual ~ScDBRangeBase() = 0;
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx
index ecd89380def8..2a650ef77223 100644
--- a/sc/source/ui/inc/autofmt.hxx
+++ b/sc/source/ui/inc/autofmt.hxx
@@ -30,8 +30,6 @@ class SvNumberFormatter;
class VirtualDevice;
class ScViewData;
-enum AutoFmtLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };
-
class SC_DLLPUBLIC ScAutoFmtPreview : public vcl::Window
{
public: