From e18ae68046c563493a0789a8382e7f5d633f02ac Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 08:41:50 +0000 Subject: INTEGRATION: CWS dba23a (1.19.74); FILE MERGED 2007/03/07 13:27:21 fs 1.19.74.1: #i74186# export control ids for grid columns, too (they're required by the schema, though not needed) --- xmloff/source/forms/layerexport.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx index cd9166d0a353..8d6e56c9ad96 100644 --- a/xmloff/source/forms/layerexport.hxx +++ b/xmloff/source/forms/layerexport.hxx @@ -4,9 +4,9 @@ * * $RCSfile: layerexport.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-10-24 15:10:40 $ + * last change: $Author: kz $ $Date: 2007-05-10 09:41:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -296,7 +296,7 @@ namespace xmloff /** collects AutoStyles for grid columns */ - void collectGridAutoStyles( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl ); + void collectGridColumnStylesAndIds( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl ); /** ensures that the number format of the given control exist in our own formats supplier. -- cgit