diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-29 13:35:59 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-29 14:06:35 +0100 |
commit | 0d3a25c8dd8c47e72dc1b241480280ace745dd94 (patch) | |
tree | 910ad75167fba48c03f71e079001d783ab70d262 /offapi | |
parent | 9a19ef1a041d708f64cc20364b99d929ed01c406 (diff) |
offapi: remove empty modules "test" and "pgp"
Change-Id: I52f92b8293a6a09d494f1ce2e067d5cfcc217c31
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/modules.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/modules.idl b/offapi/com/sun/star/modules.idl index c541d06ab83e..e8eec3fcc015 100644 --- a/offapi/com/sun/star/modules.idl +++ b/offapi/com/sun/star/modules.idl @@ -115,9 +115,6 @@ module media {}; /// Interfaces for Mozilla integration. module mozilla {}; -/// Pretty Good Privacy (deprecated). -module pgp {}; - /// Netscape-like plugin interfaces. module plugin {}; @@ -166,9 +163,6 @@ module table {}; /// Task management interfaces. module task {}; -/// Test interfaces for core-reflection, introspection and marshalling. -module test {}; - /// Text specific interfaces. module text {}; |