From 5353c6dc9ddf36c810f32d678c13c1815547897a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 4 Nov 2014 10:18:19 +0200 Subject: Bin presumably obsolete SUNWS crack Change-Id: I83038a7160251e59a2178e54859c2ab8e4bffe2e --- include/formula/FormulaCompiler.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/formula') 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; -- cgit