summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:06:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:06:59 +0000
commit2ade648f290ac8428de3908c6159f50e9831039e (patch)
tree638d8d8bc84cb2812bc1366f9d8dce03b43a7005 /offapi/com/sun/star/embed
parent9842272a1d0fcd08786600634f7ad49b3d44a5e5 (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.26); FILE MERGED
2004/03/25 10:47:25 mav 1.2.26.2: #116056# interfaces review 2004/03/22 10:14:35 mav 1.2.26.1: #115011# review idl files
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/XPackageStructureCreator.idl14
1 files changed, 8 insertions, 6 deletions
diff --git a/offapi/com/sun/star/embed/XPackageStructureCreator.idl b/offapi/com/sun/star/embed/XPackageStructureCreator.idl
index 5e9ce509d847..795983ce19a2 100644
--- a/offapi/com/sun/star/embed/XPackageStructureCreator.idl
+++ b/offapi/com/sun/star/embed/XPackageStructureCreator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPackageStructureCreator.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-02-25 16:55:46 $
+ * last change: $Author: hr $ $Date: 2004-05-10 18:06:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,14 +74,14 @@
module com { module sun { module star { module embed {
//=============================================================================
-/** allows to convert file system folder tree in to a package
+/** allows to convert file system folder tree in to a package.
*/
interface XPackageStructureCreator: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** converts file system folder tree in to a package
+ /** converts file system folder tree in to a package.
- @param aFolderUrl
+ @param sFolderURL
the URL of folder that must be converted,
the URL must be in format accepted by UCB
@@ -91,7 +91,9 @@ interface XPackageStructureCreator: com::sun::star::uno::XInterface
@throws ::com::sun::star::io::IOException
in case any problem on reading/writing appears
*/
- void convertToPackage( [in] string aFolderUrl, [in] ::com::sun::star::io::XOutputStream xTargetStream )
+ void convertToPackage(
+ [in] string sFolderURL,
+ [in] ::com::sun::star::io::XOutputStream xTargetStream )
raises( ::com::sun::star::io::IOException );
};