summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-02-21 19:49:30 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-02-21 19:49:30 +0000
commitbe442862608fdff54bd1b5e3d2568f1498ebc424 (patch)
tree86e1eedc42e24accf996d7bf0df1373afb33e8a8 /xmlscript/inc
parent19196379120685ee6a17e63f4d329fa39b2e51b1 (diff)
further impl
Diffstat (limited to 'xmlscript/inc')
-rw-r--r--xmlscript/inc/xmlscript/xmldlg_imexp.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmlscript/inc/xmlscript/xmldlg_imexp.hxx b/xmlscript/inc/xmlscript/xmldlg_imexp.hxx
index 9641c6547162..5feeb58e3494 100644
--- a/xmlscript/inc/xmlscript/xmldlg_imexp.hxx
+++ b/xmlscript/inc/xmlscript/xmldlg_imexp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_imexp.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2001-02-16 14:14:47 $
+ * last change: $Author: dbo $ $Date: 2001-02-21 20:49:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,13 +74,14 @@ namespace xmlscript
//==================================================================================================
-void exportDialogModel(
+SAL_DLLEXPORT void SAL_CALL exportDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel,
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut )
throw (::com::sun::star::uno::Exception);
//==================================================================================================
-::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > importDialogModel(
+SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
+SAL_CALL importDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
throw (::com::sun::star::uno::Exception);