summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/XPackageTypeInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/deployment/XPackageTypeInfo.idl')
-rw-r--r--offapi/com/sun/star/deployment/XPackageTypeInfo.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/deployment/XPackageTypeInfo.idl b/offapi/com/sun/star/deployment/XPackageTypeInfo.idl
index 7252f73d200b..f7860da4fe13 100644
--- a/offapi/com/sun/star/deployment/XPackageTypeInfo.idl
+++ b/offapi/com/sun/star/deployment/XPackageTypeInfo.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
module com { module sun { module star { module deployment {
/** Objects of this interface provide information about a package's type.
-
+
@since OOo 2.0.0
*/
interface XPackageTypeInfo
@@ -46,36 +46,36 @@ interface XPackageTypeInfo
media type of package
*/
string getMediaType();
-
+
/** returns a description string to describe a package type.
-
+
@return
description
*/
string getDescription()
raises (ExtensionRemovedException);
-
+
/** returns a short description string to describe a package type
(one line only).
-
+
@return
description
*/
string getShortDescription()
- raises (ExtensionRemovedException);
-
+ raises (ExtensionRemovedException);
+
/** returns a file filter string for the file picker user interface.
Both, the short description string and file filter string
will be passed to
<member scope="com::sun::star::ui::dialogs">XFilterManager::appendFilter</member>.
-
+
@return
file filter string
*/
string getFileFilter();
-
+
/** returns an icon for a package.
-
+
@param highContrast
return high contrast icon
@param smallIcon