diff options
-rw-r--r-- | postprocess/qa/services.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index bc901f7e9ee1..654a9ef032bd 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -46,6 +46,9 @@ void ServicesTest::test() "fantasy service name \"" << s[i] << "\""); continue; } + SAL_WARN( + "postprocess.cppunit", + "trying \"" << s[i] << "\""); Reference< XServiceTypeDescription2 > xDesc( xTypeManager->getByHierarchicalName(s[i]), UNO_QUERY_THROW); Sequence< Reference< XServiceConstructorDescription > > xseq = xDesc->getConstructors(); |