summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/packages
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /offapi/com/sun/star/packages
parentbc7202aad393b17d0e2545001f7f869f683a7ec7 (diff)
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'offapi/com/sun/star/packages')
-rw-r--r--offapi/com/sun/star/packages/EncryptionNotAllowedException.idl2
-rw-r--r--offapi/com/sun/star/packages/NoEncryptionException.idl2
-rw-r--r--offapi/com/sun/star/packages/NoRawFormatException.idl2
-rw-r--r--offapi/com/sun/star/packages/WrongPasswordException.idl2
4 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl b/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
index ab091b24b8ac..e42e53e423ca 100644
--- a/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
+++ b/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module packages {
-
-// DocMerge from xml: exception com::sun::star::packages::EncryptionNotAllowedException
/** This exception can be thrown in case object is encrypted when it is not allowed
*/
exception EncryptionNotAllowedException: com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/packages/NoEncryptionException.idl b/offapi/com/sun/star/packages/NoEncryptionException.idl
index 9c1a3a66ffc1..c98ca62b7b32 100644
--- a/offapi/com/sun/star/packages/NoEncryptionException.idl
+++ b/offapi/com/sun/star/packages/NoEncryptionException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module packages {
-
-// DocMerge from xml: exception com::sun::star::packages::NoEncryptionException
/** This exception can be thrown in case object is not encrypted one as expected.
*/
published exception NoEncryptionException: com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/packages/NoRawFormatException.idl b/offapi/com/sun/star/packages/NoRawFormatException.idl
index dbfb7d8170eb..2bd981f36759 100644
--- a/offapi/com/sun/star/packages/NoRawFormatException.idl
+++ b/offapi/com/sun/star/packages/NoRawFormatException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module packages {
-
-// DocMerge from xml: exception com::sun::star::packages::NoRawFormatException
/** This exception can be thrown in case provided stream is not a raw stream
representing encrypted package stream.
*/
diff --git a/offapi/com/sun/star/packages/WrongPasswordException.idl b/offapi/com/sun/star/packages/WrongPasswordException.idl
index f32ef85e59c9..e0b16d5da1c7 100644
--- a/offapi/com/sun/star/packages/WrongPasswordException.idl
+++ b/offapi/com/sun/star/packages/WrongPasswordException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module packages {
-
-// DocMerge from xml: exception com::sun::star::packages::WrongPasswordException
/** This exception can be thrown in case wrong password was provided.
*/
published exception WrongPasswordException: com::sun::star::uno::Exception