summaryrefslogtreecommitdiff
path: root/stoc/test/language_binding.idl
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/language_binding.idl')
-rw-r--r--stoc/test/language_binding.idl12
1 files changed, 2 insertions, 10 deletions
diff --git a/stoc/test/language_binding.idl b/stoc/test/language_binding.idl
index 6567f47ec898..38ddce1c7650 100644
--- a/stoc/test/language_binding.idl
+++ b/stoc/test/language_binding.idl
@@ -71,11 +71,7 @@ struct TestDataElements : test::TestElement
typedef TestDataElements TestData;
-/**
- * Monster test interface to test language binding calls.
- *
- * @author Daniel Boelzle
- */
+/** Monster test interface to test language binding calls. */
interface XLBTestBase : com::sun::star::uno::XInterface
{
/**
@@ -136,11 +132,7 @@ interface XLBTestBase : com::sun::star::uno::XInterface
};
-/**
- * Inherting from monster; adds raiseException().
- *
- * @author Daniel Boelzle
- */
+/** Inherting from monster; adds raiseException(). */
interface XLanguageBindingTest : test::XLBTestBase
{
/**