summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/workbookhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/workbookhelper.hxx')
-rw-r--r--sc/source/filter/inc/workbookhelper.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/workbookhelper.hxx b/sc/source/filter/inc/workbookhelper.hxx
index 2d0804929ad9..39dc56971af9 100644
--- a/sc/source/filter/inc/workbookhelper.hxx
+++ b/sc/source/filter/inc/workbookhelper.hxx
@@ -66,8 +66,6 @@ namespace xls {
class ExcelFilter;
-
-
/** An enumeration for all supported spreadsheet filter types. */
enum FilterType
{
@@ -76,16 +74,12 @@ enum FilterType
FILTER_UNKNOWN /// Unknown filter type.
};
-
-
/** Functor for case-insensitive string comparison, usable in maps etc. */
struct IgnoreCaseCompare
{
bool operator()( const OUString& rName1, const OUString& rName2 ) const;
};
-
-
class AddressConverter;
class BiffCodecHelper;
class ConnectionsBuffer;
@@ -289,8 +283,6 @@ private:
WorkbookGlobals& mrBookGlob;
};
-
-
} // namespace xls
} // namespace oox