summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLImageMapExport.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:35:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:35:01 +0000
commit69684218ab6ba9b1152b8030f46d13db33f67b97 (patch)
tree7bb2c43b801d868ef5ae14f23e71f89b65392791 /xmloff/inc/XMLImageMapExport.hxx
parent8c462e1480f288dd4f6e2f5ffcccb065001345be (diff)
INTEGRATION: CWS impressalternativtext (1.4.148); FILE MERGED
2007/05/24 13:51:26 cl 1.4.148.1: #i68099# added description to ImageMapObj's
Diffstat (limited to 'xmloff/inc/XMLImageMapExport.hxx')
-rw-r--r--xmloff/inc/XMLImageMapExport.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/XMLImageMapExport.hxx b/xmloff/inc/XMLImageMapExport.hxx
index 0ceaca044e66..6adb01b05151 100644
--- a/xmloff/inc/XMLImageMapExport.hxx
+++ b/xmloff/inc/XMLImageMapExport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLImageMapExport.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 17:54:04 $
+ * last change: $Author: hr $ $Date: 2007-06-26 13:35:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,6 +63,7 @@ class XMLImageMapExport
const ::rtl::OUString msRadius;
const ::rtl::OUString msTarget;
const ::rtl::OUString msURL;
+ const ::rtl::OUString msTitle;
SvXMLExport& mrExport;