INTEGRATION: CWS sb66 (1.10.2); FILE MERGED
2007/01/04 09:31:22 sb 1.10.2.1: #i69910# Adapted to unique extension identifiers.
This commit is contained in:
parent
b9b0d171b6
commit
7047738fbf
1 changed files with 4 additions and 8 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: XPackage.idl,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2006-12-20 14:07:35 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-18 14:51:16 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -185,14 +185,10 @@ interface XPackage
|
|||
com::sun::star::ucb::CommandAbortedException,
|
||||
com::sun::star::lang::IllegalArgumentException);
|
||||
|
||||
/** returns the name of the package, i.e. the unique name of the package
|
||||
correspondiung to its deployment context (user, shared, ...).
|
||||
|
||||
<p>This will be removed soon, replaced by <code>getIdentifier</code> and
|
||||
<code>getDisplayName</code>.</p>
|
||||
/** returns the file name of the package.
|
||||
|
||||
@return
|
||||
name of the package
|
||||
file name of the package
|
||||
*/
|
||||
string getName();
|
||||
|
||||
|
|
Loading…
Reference in a new issue