summaryrefslogtreecommitdiffstats
path: root/sc/inc/refhint.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-25 23:18:32 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-25 23:20:23 -0500
commit57fbefe751978c33c205de454a8932145e5f438c (patch)
treea2570f91985d7b815b61d1bc93d83ed36e4b6b93 /sc/inc/refhint.hxx
parentMore efficient way to check & insert listener into ptr_map. (diff)
downloadcore-57fbefe751978c33c205de454a8932145e5f438c.tar.gz
core-57fbefe751978c33c205de454a8932145e5f438c.zip
remove boost/unordered_map.hpp include from types.hxx.
types.hxx is included by pretty much everyone inside sc. Let's not stick a boost header in there... Change-Id: Iaf2aa9e13d0e02437bcd9e71a0143432abfa0a7c
Diffstat (limited to 'sc/inc/refhint.hxx')
-rw-r--r--sc/inc/refhint.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx
index 0f65aaeae06b..70815223e886 100644
--- a/sc/inc/refhint.hxx
+++ b/sc/inc/refhint.hxx
@@ -16,6 +16,7 @@
namespace sc {
struct RefUpdateContext;
+class ColRowReorderMapType;
class RefHint : public SfxSimpleHint
{