summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLImageMapExport.hxx
diff options
context:
space:
mode:
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: