summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-28 09:50:37 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-28 09:50:37 +0000
commit23e8c43906e27252d92caba2eb83bee36ab9069c (patch)
treea67a04a5794cae6fb0458a38646b8372e6c3a25b /xmlscript/inc
parenta6206fefe403021681a9568a3ec39831f4b641ec (diff)
no use of SAL_DLLEXPORT anymore, using def file
Diffstat (limited to 'xmlscript/inc')
-rw-r--r--xmlscript/inc/xmlscript/xml_helper.hxx10
-rw-r--r--xmlscript/inc/xmlscript/xmldlg_imexp.hxx14
2 files changed, 11 insertions, 13 deletions
diff --git a/xmlscript/inc/xmlscript/xml_helper.hxx b/xmlscript/inc/xmlscript/xml_helper.hxx
index acfec1e41d5a..9d13edda92d8 100644
--- a/xmlscript/inc/xmlscript/xml_helper.hxx
+++ b/xmlscript/inc/xmlscript/xml_helper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xml_helper.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dbo $ $Date: 2001-03-15 14:56:40 $
+ * last change: $Author: dbo $ $Date: 2001-03-28 10:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ struct NameSpaceUid
@return
document handler for parser
*/
-SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
+::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
SAL_CALL createDocumentHandler(
NameSpaceUid const * pNamespaceUids, sal_Int32 nNameSpaceUids,
sal_Int32 nUnknownNamespaceUid,
@@ -232,13 +232,13 @@ protected:
##################################################################################################*/
//==================================================================================================
-SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
+::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
SAL_CALL createInputStream(
::rtl::ByteSequence const & rInData )
SAL_THROW( () );
//==================================================================================================
-SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >
+::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >
SAL_CALL createOutputStream(
::rtl::ByteSequence * pOutData )
SAL_THROW( () );
diff --git a/xmlscript/inc/xmlscript/xmldlg_imexp.hxx b/xmlscript/inc/xmlscript/xmldlg_imexp.hxx
index 2575e3e17fa1..625074dfd42b 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2001-03-14 16:39:40 $
+ * last change: $Author: dbo $ $Date: 2001-03-28 10:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,13 +81,12 @@ namespace xmlscript
//==================================================================================================
-SAL_DLLEXPORT void
-SAL_CALL exportDialogModel(
+void SAL_CALL exportDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut,
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );
//==================================================================================================
-SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
+::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 )
SAL_THROW( (::com::sun::star::uno::Exception) );
@@ -95,13 +94,12 @@ SAL_CALL importDialogModel(
// additional functions for convenience
//==================================================================================================
-SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStreamProvider >
+::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStreamProvider >
SAL_CALL exportDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );
//==================================================================================================
-SAL_DLLEXPORT void
-SAL_CALL importDialogModel(
+void SAL_CALL importDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInput,
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );