summaryrefslogtreecommitdiff
path: root/include/formula
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 /include/formula
parentfdf19189576597191699c33b5e35e1fc8f83c7c2 (diff)
Bin presumably obsolete SUNWS crack
Change-Id: I83038a7160251e59a2178e54859c2ab8e4bffe2e
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/FormulaCompiler.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index a4fd1af678c2..101369dfd9bf 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -70,11 +70,6 @@ public:
FormulaCompiler(FormulaTokenArray& _rArr);
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. */
class FORMULA_DLLPUBLIC OpCodeMap
{
@@ -362,10 +357,6 @@ private:
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
{
FormulaTokenRef pPrevFac;