From fa4abbf260b6c54bf657c83502ea5ab8b1ce13d2 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 31 Jan 2006 17:37:55 +0000 Subject: INTEGRATION: CWS dr44 (1.26.88); FILE MERGED 2006/01/20 17:47:23 nn 1.26.88.1: #i57867# import row background color as cell formats --- sc/source/filter/xml/xmlstyle.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/source/filter/xml/xmlstyle.hxx') diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx index f6a1339a628e..caf2c50f1602 100644 --- a/sc/source/filter/xml/xmlstyle.hxx +++ b/sc/source/filter/xml/xmlstyle.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlstyle.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:12:57 $ + * last change: $Author: kz $ $Date: 2006-01-31 18:37:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,6 +66,7 @@ using namespace rtl; extern const XMLPropertyMapEntry aXMLScCellStylesProperties[]; extern const XMLPropertyMapEntry aXMLScColumnStylesProperties[]; extern const XMLPropertyMapEntry aXMLScRowStylesProperties[]; +extern const XMLPropertyMapEntry aXMLScRowStylesImportProperties[]; extern const XMLPropertyMapEntry aXMLScTableStylesProperties[]; //CellStyles -- cgit