summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:34:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:34:02 +0000
commitc9e9bb94a20c8d1a7c007a7149488d9e068e5e94 (patch)
tree70333fbd1a991198ab3d6678358eb9b89ba281c5 /svtools/source/svhtml
parentb5f7d634cdce5d0011aeca63924e88bd3d62e823 (diff)
INTEGRATION: CWS impressalternativtext (1.19.194); FILE MERGED
2007/05/24 13:56:00 cl 1.19.194.1: #i68099# added description to ImageMapObj's
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/htmlout.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index 4b924a3715d2..6127eaf47c9b 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: htmlout.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 15:26:33 $
+ * last change: $Author: hr $ $Date: 2007-06-26 13:34:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -719,7 +719,7 @@ SvStream& HTMLOutFuncs::Out_ImageMap( SvStream& rStream,
Out_String( rStream, rTarget, eDestEnc, pNonConvertableChars ) << '\"';
}
- const String& rDesc = pObj->GetDescription();
+ const String& rDesc = pObj->GetAltText();
if( rDesc.Len() )
{
((sOut = ' ') += sHTML_O_alt) += "=\"";