summaryrefslogtreecommitdiff
path: root/sw/source/core/text/noteurl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/noteurl.cxx')
-rw-r--r--sw/source/core/text/noteurl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/noteurl.cxx b/sw/source/core/text/noteurl.cxx
index 1de13e292764..a8c723cdd742 100644
--- a/sw/source/core/text/noteurl.cxx
+++ b/sw/source/core/text/noteurl.cxx
@@ -51,7 +51,7 @@ void SwNoteURL::FillImageMap( ImageMap *pMap, const Point &rPos,
const SwURLNote &rNote = m_List[i];
SwRect aSwRect( rNote.GetRect() );
aSwRect -= rPos;
- Rectangle aRect( OutputDevice::LogicToLogic( aSwRect.SVRect(),
+ tools::Rectangle aRect( OutputDevice::LogicToLogic( aSwRect.SVRect(),
rMap, aMap ) );
IMapRectangleObject aObj( aRect, rNote.GetURL(), OUString(), OUString(),
rNote.GetTarget(), OUString(), true, false );