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
This commit is contained in:
Vladimir Glazounov 2005-03-23 10:23:35 +00:00
parent 292d2f3de4
commit e1239bb9be

View file

@ -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