summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-02-26 11:59:16 +0000
committerAndreas Bregas <ab@openoffice.org>2001-02-26 11:59:16 +0000
commit34199279532be9bc2fa358a21c2d115c8549db0f (patch)
tree04c2ae6ae73f6d247cb26d8d6ff0d99a7ceb512f /xmlscript/inc
parent0a80b9fb1dc36664b199ef6e579e05e477c61ee0 (diff)
New functions -> namespace
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