On 07/07/10 10:50, rashi dhing wrote:
Thanks Niklas and Daniel. I was trying to call "interpre.hxx"
(sc/source/core/inc) from a cxx file in "sc/source/ui/newFolder" .
Wanted to use a certain function of the ScInterpreter class ! Can I give the
whole path "sc/source/core/interpre.hxx"  and use it ?

I wouldn't recommend that. If you have a function that can be used without ScInterpreter, you should move it out of interpre.hxx. If you're creating an ScInterpreter instance to call your function, better use ScFormulaCell instead.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org

Reply via email to