From 69684218ab6ba9b1152b8030f46d13db33f67b97 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 26 Jun 2007 12:35:01 +0000 Subject: 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 --- xmloff/inc/XMLImageMapExport.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmloff/inc/XMLImageMapExport.hxx') 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; -- cgit