diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:57:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:57:59 +0000 |
commit | 8de94bf882d73559f0da6607a73aa178a803a51d (patch) | |
tree | eee06e041a6cfaa7990e223f0081b05af9c78012 /xmloff/inc/xformsexport.hxx | |
parent | 2b4c1024289fb6b24b24713192e19499bdc67306 (diff) |
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/04 14:50:28 cl 1.4.34.1: warning free code changes
Diffstat (limited to 'xmloff/inc/xformsexport.hxx')
-rw-r--r-- | xmloff/inc/xformsexport.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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<typename T> class Reference; } |