INTEGRATION: CWS sb25 (1.2.16); FILE MERGED

2004/12/13 12:34:22 sb 1.2.16.1: #i37077# Added missing XMLOFF_DLLPUBLIC to new xforms stuff.
This commit is contained in:
Rüdiger Timm 2005-01-11 13:20:39 +00:00
parent 2fd3143ec7
commit 400f1bffe9

View file

@ -2,9 +2,9 @@
*
* $RCSfile: xformsimport.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: obo $ $Date: 2004-11-16 10:04:05 $
* last change: $Author: rt $ $Date: 2005-01-11 14:20:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -61,6 +61,14 @@
#ifndef _XMLOFF_XFORMSIMPORT_HXX
#define _XMLOFF_XFORMSIMPORT_HXX
#ifndef _SAL_CONFIG_H_
#include "sal/config.h"
#endif
#ifndef INCLUDED_XMLOFF_DLLAPI_H
#include "xmloff/dllapi.h"
#endif
#include <tools/solar.h> // for USHORT
#include <com/sun/star/uno/Reference.hxx>
@ -75,7 +83,7 @@ namespace com { namespace sun { namespace star {
} } }
/** create import context for xforms:model element. */
SvXMLImportContext* createXFormsModelContext(
XMLOFF_DLLPUBLIC SvXMLImportContext* createXFormsModelContext(
SvXMLImport& rImport,
USHORT nPrefix,
const rtl::OUString& rLocalName );