Kaydet (Commit) 1b9c67c7 authored tarafından Eike Rathke's avatar Eike Rathke

this confuses me here, move it elsewhere

Change-Id: Id1b53f7f05305f25ac0b78d3d6c7dbe0fdf52bba
üst b9262e41
......@@ -4554,6 +4554,11 @@ sal_Unicode ScCompiler::GetNativeAddressSymbol( Convention::SpecialSymbolType eT
return pConv->getSpecialSymbol(eType);
}
FormulaTokenRef ScCompiler::ExtendRangeReference( FormulaToken & rTok1, FormulaToken & rTok2, bool bReuseDoubleRef )
{
return extendRangeReference( rTok1, rTok2, aPos,bReuseDoubleRef );
}
void ScCompiler::fillAddInToken(::std::vector< ::com::sun::star::sheet::FormulaOpCodeMapEntry >& _rVec,bool _bIsEnglish) const
{
// All known AddIn functions.
......@@ -5070,9 +5075,4 @@ bool ScCompiler::HandleTableRef()
return true;
}
FormulaTokenRef ScCompiler::ExtendRangeReference( FormulaToken & rTok1, FormulaToken & rTok2, bool bReuseDoubleRef )
{
return extendRangeReference( rTok1, rTok2, aPos,bReuseDoubleRef );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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