summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:23:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:23:35 +0000
commite1239bb9bed8578c4839f0305e8f373b1e2dab68 (patch)
treea2f322a5b5cb1f79db813e925e5b4bda5e09e90d /xmloff/inc
parent292d2f3de4e105911f63d202e140e4a2e4ff5f09 (diff)
INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED
2004/12/13 17:27:57 fs 1.2.22.1: #i36597# make the functions SAL_DLLPRIVATE
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xformsexport.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/inc/xformsexport.hxx b/xmloff/inc/xformsexport.hxx
index 34863dc2bb14..ce6edca22722 100644
--- a/xmloff/inc/xformsexport.hxx
+++ b/xmloff/inc/xformsexport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xformsexport.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:03:46 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:23:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,12 +71,12 @@ namespace rtl { class OUString; }
/** export an XForms model. */
-void exportXForms( SvXMLExport& );
+void SAL_DLLPRIVATE exportXForms( SvXMLExport& );
-rtl::OUString getXFormsBindName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
+rtl::OUString SAL_DLLPRIVATE getXFormsBindName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
-rtl::OUString getXFormsListBindName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
+rtl::OUString SAL_DLLPRIVATE getXFormsListBindName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
-rtl::OUString getXFormsSubmissionName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
+rtl::OUString SAL_DLLPRIVATE getXFormsSubmissionName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
#endif