diff --git a/xmloff/inc/xformsexport.hxx b/xmloff/inc/xformsexport.hxx index 9851df1a0e71..b6c5f2418c8f 100644 --- a/xmloff/inc/xformsexport.hxx +++ b/xmloff/inc/xformsexport.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xformsexport.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:12:03 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:57:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,10 @@ #ifndef _XMLOFF_XFORMSEXPORT_HXX #define _XMLOFF_XFORMSEXPORT_HXX +#ifndef INCLUDED_XMLOFF_DLLAPI_H +#include "xmloff/dllapi.h" +#endif + class SvXMLExport; namespace com { namespace sun { namespace star { namespace uno { template class Reference; }