From cff064bdbf3d39351ff2527b010cbd5188ce0f76 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Thu, 29 Mar 2001 13:40:26 +0000 Subject: #81839# image map import and export added --- xmloff/inc/XMLImageMapExport.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'xmloff/inc/XMLImageMapExport.hxx') diff --git a/xmloff/inc/XMLImageMapExport.hxx b/xmloff/inc/XMLImageMapExport.hxx index 9db16b75a915..7eeeb5cd0f4e 100644 --- a/xmloff/inc/XMLImageMapExport.hxx +++ b/xmloff/inc/XMLImageMapExport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLImageMapExport.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dvo $ $Date: 2001-03-28 10:28:15 $ + * last change: $Author: dvo $ $Date: 2001-03-29 14:40:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,15 +104,16 @@ public: * export the map (if present). */ void Export( + /// the property set containing the ImageMap property const ::com::sun::star::uno::Reference< - ::com::sun::star::beans::XPropertySet> & rPropertySet ); - + ::com::sun::star::beans::XPropertySet> & rPropertySet); /** * Export an ImageMap (XIndexContainer). */ void Export( + /// the container containing the image map elements const ::com::sun::star::uno::Reference< - ::com::sun::star::container::XIndexContainer> & rContainer ); + ::com::sun::star::container::XIndexContainer> & rContainer); protected: -- cgit