From 13b06df7e271e1f51274bcfa8db6db447453c71f Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 7 May 2004 15:00:15 +0000 Subject: INTEGRATION: CWS frmcontrols03 (1.13.52); FILE MERGED 2004/03/02 09:51:22 fs 1.13.52.1: #i24387# proper im/export of a rich text control --- xmloff/source/forms/propertyimport.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/forms/propertyimport.hxx b/xmloff/source/forms/propertyimport.hxx index 678026b6bfe2..6a1a2145558e 100644 --- a/xmloff/source/forms/propertyimport.hxx +++ b/xmloff/source/forms/propertyimport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyimport.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2003-12-11 12:11:09 $ + * last change: $Author: rt $ $Date: 2004-05-07 16:00:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,7 +103,7 @@ namespace xmloff friend class OSinglePropertyContext; protected: - DECLARE_STL_VECTOR( ::com::sun::star::beans::PropertyValue, PropertyValueArray ); + typedef ::std::vector< ::com::sun::star::beans::PropertyValue > PropertyValueArray; PropertyValueArray m_aValues; // the values which the instance collects between StartElement and EndElement -- cgit