Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx146 Any aLoaderException; in acquireDoc() local
154 aLoaderException = ::cppu::getCaughtException(); in acquireDoc()
164 if ( aLoaderException.hasValue() ) in acquireDoc()
167 OSL_VERIFY( aLoaderException >>= aLoaderError ); in acquireDoc()
172 "$exception_type$", aLoaderException.getValueTypeName(), in acquireDoc()