Home
last modified time | relevance | path

Searched refs:xChildComp (Results 1 – 1 of 1) sorted by relevance

/trunk/main/unotools/source/config/
H A Dconfignode.cxx266 Reference< XComponent > xChildComp(_xNode, UNO_QUERY); in insertNode() local
267 if (xChildComp.is()) in insertNode()
268 try { xChildComp->dispose(); } catch(Exception&) { } in insertNode()

Completed in 12 milliseconds