summaryrefslogtreecommitdiff
path: root/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl')
-rw-r--r--desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl b/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
index 87b2540e44e9..bd5a1ac5f896 100644
--- a/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
+++ b/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _com_sun_star_comp_smoketest_TestExtension_idl_
-#define _com_sun_star_comp_smoketest_TestExtension_idl_
-
-#include <com/sun/star/lang/XServiceInfo.idl>
-
module com { module sun { module star { module comp { module smoketest {
// example service, XServiceInfo is implemented here for demonstration
@@ -29,6 +24,4 @@ module com { module sun { module star { module comp { module smoketest {
service TestExtension: css::lang::XServiceInfo;
};};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */