office-gobmx/i18npool/source/calendar
Noel Grandin 57dbe20c2b fdo#46808, clean up some old queryInterface() calls
clean up stuff like this
  xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC;
to
  xISC.set(xI, UNO_QUERY);

Change-Id: I3b16a38c2a363440f6079cfe6ae47f009d3940db
2013-03-04 10:13:19 +02:00
..
calendar_gregorian.cxx
calendar_hijri.cxx
calendar_jewish.cxx
calendarImpl.cxx fdo#46808, clean up some old queryInterface() calls 2013-03-04 10:13:19 +02:00