Re: Converting java unit test to cppunit

2018-08-03 Thread Markus Mohrhard
Hello Rahul, On Fri, Aug 3, 2018 at 7:27 PM, Rahul Gurung wrote: > Hi, > > I am trying to convert java unit tests to cppunit test and I am currently > studying old commits, and came across this line, > > > "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);" > > I checked the

Converting java unit test to cppunit

2018-08-03 Thread Rahul Gurung
Hi, I am trying to convert java unit tests to cppunit test and I am currently studying old commits, and came across this line, "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);" I checked the documentation but couldn't find what this XArrayFormulaRange.class means, can anyone