summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLImageMapExport.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-29 13:40:26 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-29 13:40:26 +0000
commitcff064bdbf3d39351ff2527b010cbd5188ce0f76 (patch)
treeb532a77d2860c8d3dd9953a310a6688795534675 /xmloff/inc/XMLImageMapExport.hxx
parentc1745ad6f668047d7f765b9f9eaaafe8af0efa1e (diff)
#81839# image map import and export added
Diffstat (limited to 'xmloff/inc/XMLImageMapExport.hxx')
-rw-r--r--xmloff/inc/XMLImageMapExport.hxx11
1 files changed, 6 insertions, 5 deletions
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: