diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:52:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:52:58 +0000 |
commit | ad5938fedcec99d1475eb363b3225ab3459d1d14 (patch) | |
tree | 455d58d806e9a5d36cc3dcf5938dcd96ef9bc483 /sfx2/source/bastyp | |
parent | e4c6ecf5e54ccd0cd038fd99256268613baac234 (diff) |
INTEGRATION: CWS impressalternativtext (1.18.64); FILE MERGED
2007/05/24 17:15:28 cl 1.18.64.1: #i68099# added description to ImageMapObj's
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/sfxhtml.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx index 2603d5ccf169..f5598d8fe9da 100644 --- a/sfx2/source/bastyp/sfxhtml.cxx +++ b/sfx2/source/bastyp/sfxhtml.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxhtml.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2007-03-26 15:03:51 $ + * last change: $Author: hr $ $Date: 2007-06-26 13:52:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -272,7 +272,7 @@ IMAPOBJ_SETEVENT: { Rectangle aRec( aCoords[0], aCoords[1], aCoords[2], aCoords[3] ); - IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, aTarget, aName, + IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, String(), aTarget, aName, !bNoHRef ); if( aMacroTbl.Count() ) aMapRObj.SetMacroTable( aMacroTbl ); @@ -283,7 +283,7 @@ IMAPOBJ_SETEVENT: if( aCoords.Count() >=3 ) { Point aPoint( aCoords[0], aCoords[1] ); - IMapCircleObject aMapCObj( aPoint, aCoords[2],aHRef, aAlt, + IMapCircleObject aMapCObj( aPoint, aCoords[2],aHRef, aAlt, String(), aTarget, aName, !bNoHRef ); if( aMacroTbl.Count() ) aMapCObj.SetMacroTable( aMacroTbl ); @@ -297,7 +297,7 @@ IMAPOBJ_SETEVENT: Polygon aPoly( nCount ); for( USHORT i=0; i<nCount; i++ ) aPoly[i] = Point( aCoords[2*i], aCoords[2*i+1] ); - IMapPolygonObject aMapPObj( aPoly, aHRef, aAlt, aTarget, aName, + IMapPolygonObject aMapPObj( aPoly, aHRef, aAlt, String(), aTarget, aName, !bNoHRef ); if( aMacroTbl.Count() ) aMapPObj.SetMacroTable( aMacroTbl ); |