summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/inc')
-rw-r--r--xmlscript/inc/xmlscript/xmldlg_imexp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/inc/xmlscript/xmldlg_imexp.hxx b/xmlscript/inc/xmlscript/xmldlg_imexp.hxx
index 6f8006f30f99..4ac42b439690 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ab $ $Date: 2001-02-26 09:51:50 $
+ * last change: $Author: ab $ $Date: 2001-02-26 12:59:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,8 +91,6 @@ SAL_CALL importDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
throw (::com::sun::star::uno::Exception);
-};
-
//==================================================================================================
SAL_DLLEXPORT void SAL_CALL exportDialogModelToByteSequence(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel,
@@ -105,5 +103,7 @@ SAL_DLLEXPORT void SAL_CALL importDialogModelFromByteSequence(
::com::sun::star::uno::Sequence< sal_Int8 > const& aSourceSequence )
throw (::com::sun::star::uno::Exception);
+};
+
#endif