From 4d5994e8babcea32bc0bdba5d8390cca532a668f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 12:21:15 +0000 Subject: [PATCH] INTEGRATION: CWS obo05 (1.4.138); FILE MERGED 2006/09/08 13:07:41 obo 1.4.138.2: lines at EOF 2006/06/22 14:50:22 obo 1.4.138.1: #i53611# .net 2005 --- xmloff/inc/xformsimport.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xmloff/inc/xformsimport.hxx b/xmloff/inc/xformsimport.hxx index a086cff21b5c..937b374c9db1 100644 --- a/xmloff/inc/xformsimport.hxx +++ b/xmloff/inc/xformsimport.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xformsimport.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:12:18 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:21:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,11 @@ class SvXMLImport; class SvXMLImportContext; namespace rtl { class OUString; } + +#if defined(WNT) && _MSC_VER < 1400 namespace std { template struct pair; } +#endif + namespace com { namespace sun { namespace star { namespace uno { template class Reference; } namespace beans { class XPropertySet; } @@ -89,3 +93,5 @@ void bindXFormsSubmission( #endif + +