summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:21:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:21:15 +0000
commit4d5994e8babcea32bc0bdba5d8390cca532a668f (patch)
treea7f2d56c3af41dc8883c183f08dfca1e34407e1d /xmloff
parent64967193a7d4cc0cec339f80b5cc3ade59a346f8 (diff)
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
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xformsimport.hxx10
1 files 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<typename A, typename B> struct pair; }
+#endif
+
namespace com { namespace sun { namespace star {
namespace uno { template<typename T> class Reference; }
namespace beans { class XPropertySet; }
@@ -89,3 +93,5 @@ void bindXFormsSubmission(
#endif
+
+