Kaydet (Commit) 5353c6dc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin presumably obsolete SUNWS crack

Change-Id: I83038a7160251e59a2178e54859c2ab8e4bffe2e
üst fdf19189
...@@ -70,11 +70,6 @@ public: ...@@ -70,11 +70,6 @@ public:
FormulaCompiler(FormulaTokenArray& _rArr); FormulaCompiler(FormulaTokenArray& _rArr);
virtual ~FormulaCompiler(); virtual ~FormulaCompiler();
// SUNWS8 needs a forward declared friend, otherwise members of the outer
// class are not accessible.
class OpCodeMap;
friend class FormulaCompiler::OpCodeMap;
/** Mappings from strings to OpCodes and vice versa. */ /** Mappings from strings to OpCodes and vice versa. */
class FORMULA_DLLPUBLIC OpCodeMap class FORMULA_DLLPUBLIC OpCodeMap
{ {
...@@ -362,10 +357,6 @@ private: ...@@ -362,10 +357,6 @@ private:
rCurr->SetForceArray( true); rCurr->SetForceArray( true);
} }
// SUNWS7 needs a forward declared friend, otherwise members of the outer
// class are not accessible.
class CurrentFactor;
friend class FormulaCompiler::CurrentFactor;
class CurrentFactor class CurrentFactor
{ {
FormulaTokenRef pPrevFac; FormulaTokenRef pPrevFac;
......
...@@ -123,11 +123,6 @@ private: ...@@ -123,11 +123,6 @@ private:
typedef ::boost::unordered_map<SCROW, RowDataType> RowsDataType; typedef ::boost::unordered_map<SCROW, RowDataType> RowsDataType;
public: 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 * Represents a single cached table in an external document. It only
* stores non-empty cells; empty cells should never be stored in the data * stores non-empty cells; empty cells should never be stored in the data
...@@ -336,11 +331,6 @@ private: ...@@ -336,11 +331,6 @@ private:
typedef ::boost::unordered_map<ScRange, TokenArrayRef, RangeHash> RangeArrayMap; typedef ::boost::unordered_map<ScRange, TokenArrayRef, RangeHash> RangeArrayMap;
typedef ::boost::unordered_map<OUString, OUString, OUStringHash> NamePairMap; 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. */ /** Represents data cached for a single external document. */
struct DocItem struct DocItem
{ {
......
...@@ -101,10 +101,6 @@ private: ...@@ -101,10 +101,6 @@ private:
sal_uInt8 nRepeatLast; sal_uInt8 nRepeatLast;
}; };
// SUNWS7 needs a forward declared friend, otherwise members of the outer
// class are not accessible (in this case CommonData).
struct RawData;
friend struct ScParameterClassification::RawData;
struct RawData struct RawData
{ {
OpCode eOp; OpCode eOp;
......
...@@ -121,10 +121,6 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener ...@@ -121,10 +121,6 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener
SAL_DLLPRIVATE void InitOptions(bool bForLoading); SAL_DLLPRIVATE void InitOptions(bool bForLoading);
SAL_DLLPRIVATE void ResetDrawObjectShell(); SAL_DLLPRIVATE void ResetDrawObjectShell();
// SUNWS needs a forward declared friend, otherwise types and members
// of the outer class are not accessible.
class PrepareSaveGuard;
friend class ScDocShell::PrepareSaveGuard;
/** Do things that need to be done before saving to our own format and /** Do things that need to be done before saving to our own format and
necessary clean ups in dtor. */ necessary clean ups in dtor. */
class PrepareSaveGuard class PrepareSaveGuard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment