office-gobmx/smoketest
Noel Grandin bb121c864c fdo#46808, Convert frame::Desktop to new style service.
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).

Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.

I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.

I dropped the optional interfaces
   XStatusIndicatorFactory
   XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.

I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.

Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-21 10:57:09 +02:00
..
com/sun/star/comp/smoketest
data
prj
CppunitTest_smoketest.mk
Jar_TestExtension.mk
Library_smoketest.mk
lodownloadtest.py
losmoketest
losmoketest.readme
Makefile
Module_smoketest.mk
Package_losmoketest.mk
README
smoketest.cxx
smoketest_too.cxx
Zip_smoketestdoc.mk
Zip_TestExtension.mk

Smoke test for each component of LibreOffice.