summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/types.hxx')
-rw-r--r--sc/inc/types.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index d92c9b5b9430..039010a3fa24 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -13,7 +13,6 @@
#include <sal/types.h>
#include <boost/intrusive_ptr.hpp>
-#include <boost/unordered_map.hpp>
class ScMatrix;
@@ -98,8 +97,6 @@ struct RangeMatrix
bool isRangeValid() const;
};
-typedef boost::unordered_map<SCCOLROW,SCCOLROW> ColRowReorderMapType;
-
enum AreaOverlapType
{
AreaInside,