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
This commit is contained in:
parent
64967193a7
commit
4d5994e8ba
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue