summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlTable.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 08:58:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 08:58:35 +0000
commit6cc8287a7235c748dbeac26c645f25c3af88ec65 (patch)
treef2aa67a95dc9644cd9fae0d999c09d437ff8be04 /reportdesign/source/filter/xml/xmlTable.hxx
parent2f75cf22c3bf03878503a166c718e6919925e52e (diff)
INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED
2007/07/24 08:32:44 oj 1.2.4.1: #i79942# handle shapes correctly
Diffstat (limited to 'reportdesign/source/filter/xml/xmlTable.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlTable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/xmlTable.hxx b/reportdesign/source/filter/xml/xmlTable.hxx
index bda48ceefe4f..4d20ac4750ae 100644
--- a/reportdesign/source/filter/xml/xmlTable.hxx
+++ b/reportdesign/source/filter/xml/xmlTable.hxx
@@ -6,9 +6,9 @@
*
* $RCSfile: xmlTable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:18 $
+ * last change: $Author: hr $ $Date: 2007-08-03 09:58:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,7 @@ namespace rptxml
sal_Int32 nHeight;
sal_Int32 nColSpan;
sal_Int32 nRowSpan;
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> xElement;
+ ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> > xElements;
TCell() : nWidth(0),nHeight(0),nColSpan(1),nRowSpan(1){}
};
private: