summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/sfxhtml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/sfxhtml.cxx')
-rw-r--r--sfx2/source/bastyp/sfxhtml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx
index ef9a0661931e..abf417eb5c09 100644
--- a/sfx2/source/bastyp/sfxhtml.cxx
+++ b/sfx2/source/bastyp/sfxhtml.cxx
@@ -183,7 +183,7 @@ IMAPOBJ_SETEVENT:
case IMAP_OBJ_RECTANGLE:
if( aCoords.size() >=4 )
{
- Rectangle aRect( aCoords[0], aCoords[1],
+ tools::Rectangle aRect( aCoords[0], aCoords[1],
aCoords[2], aCoords[3] );
IMapRectangleObject aMapRObj( aRect, aHRef, aAlt, OUString(), aTarget, aName,
!bNoHRef );