summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-04 10:18:19 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-04 10:22:31 +0200
commit5353c6dc9ddf36c810f32d678c13c1815547897a (patch)
treed8d5b78a52d63362151fe26f65973d775399b856 /sc/inc/externalrefmgr.hxx
parent-Werror=sign-compare (diff)
downloadcore-5353c6dc9ddf36c810f32d678c13c1815547897a.tar.gz
core-5353c6dc9ddf36c810f32d678c13c1815547897a.zip
Bin presumably obsolete SUNWS crack
Change-Id: I83038a7160251e59a2178e54859c2ab8e4bffe2e
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 8a2d3a4dcfa4..d3f2b1e80fc0 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -123,11 +123,6 @@ private:
typedef ::boost::unordered_map<SCROW, RowDataType> RowsDataType;
public:
- // SUNWS needs a forward declared friend, otherwise types and members
- // of the outer class are not accessible.
- class Table;
- friend class ScExternalRefCache::Table;
-
/**
* Represents a single cached table in an external document. It only
* stores non-empty cells; empty cells should never be stored in the data
@@ -336,11 +331,6 @@ private:
typedef ::boost::unordered_map<ScRange, TokenArrayRef, RangeHash> RangeArrayMap;
typedef ::boost::unordered_map<OUString, OUString, OUStringHash> NamePairMap;
- // SUNWS needs a forward declared friend, otherwise types and members
- // of the outer class are not accessible.
- struct DocItem;
- friend struct ScExternalRefCache::DocItem;
-
/** Represents data cached for a single external document. */
struct DocItem
{