summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 08:18:56 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 08:18:56 +0000
commita38694f9d28cf8d3ddde30b89c358a9dd21afd5b (patch)
tree34a147952a1639e7c66e842d112d68ca43b95bfd /xmlscript/inc
parente458da3a9d66677c64ec03f0a9ea40431d6f4ab1 (diff)
INTEGRATION: CWS cliuno01 (1.3.52); FILE MERGED
2003/08/19 14:34:42 dbo 1.3.52.1: #110159# revised API
Diffstat (limited to 'xmlscript/inc')
-rw-r--r--xmlscript/inc/xmlscript/xmlmod_imexp.hxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/xmlscript/inc/xmlscript/xmlmod_imexp.hxx b/xmlscript/inc/xmlscript/xmlmod_imexp.hxx
index 6d0f507882..deacc71dcf 100644
--- a/xmlscript/inc/xmlscript/xmlmod_imexp.hxx
+++ b/xmlscript/inc/xmlscript/xmlmod_imexp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmod_imexp.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2001-08-07 10:55:46 $
+ * last change: $Author: obo $ $Date: 2003-09-04 09:18:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,9 +76,8 @@
namespace xmlscript
{
-//==================================================================================================
+//==============================================================================
// Script module import/export
-
// HACK C++ struct to transport info. Later the container
// itself should do the export/import and use exportet XML
// functionality from xmlscript
@@ -91,16 +90,16 @@ struct ModuleDescriptor
SAL_DLLEXPORT void
SAL_CALL exportScriptModule(
- ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut,
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut,
const ModuleDescriptor& rMod )
SAL_THROW( (::com::sun::star::uno::Exception) );
-SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
+SAL_DLLEXPORT ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XDocumentHandler >
SAL_CALL importScriptModule( ModuleDescriptor& rMod )
SAL_THROW( (::com::sun::star::uno::Exception) );
-//==================================================================================================
-
}
#endif