summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-07 15:00:15 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-07 15:00:15 +0000
commit13b06df7e271e1f51274bcfa8db6db447453c71f (patch)
tree0bf4943ba41356fd2e6a63fe688e08f4b8ffd793 /xmloff
parent7eaddc7cd676baca2e38120b4e18616d4026a309 (diff)
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
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/propertyimport.hxx6
1 files changed, 3 insertions, 3 deletions
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