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 aa30769ee351..1de13e292764 100644
--- a/sw/source/core/text/noteurl.cxx
+++ b/sw/source/core/text/noteurl.cxx
@@ -45,7 +45,7 @@ void SwNoteURL::FillImageMap( ImageMap *pMap, const Point &rPos,
const size_t nCount = m_List.size();
if( nCount )
{
- MapMode aMap( MAP_100TH_MM );
+ MapMode aMap( MapUnit::Map100thMM );
for( size_t i = 0; i < nCount; ++i )
{
const SwURLNote &rNote = m_List[i];