summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:53:11 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:53:11 +0000
commitdeb5f9bbe4569ff9945eeb93f358a2ec0633bcbd (patch)
tree2e58dc2f243d3a0a47c6b97f56e09123b7f565af /extensions/source/propctrlr/standardcontrol.cxx
parent8ee8da627a1d66571029d7ac3ef881959d44e6e6 (diff)
INTEGRATION: CWS rptwizard01 (1.29.42); FILE MERGED
2008/05/21 11:03:12 lla 1.29.42.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/18 10:09:10 lla 1.29.42.1: #i86925# Point ambiguous fixed
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 435717095ab2..4f5560462f86 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: standardcontrol.cxx,v $
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
* This file is part of OpenOffice.org.
*
@@ -403,7 +403,7 @@ namespace pcr
}
//--------------------------------------------------------------------
- bool HyperlinkInput::impl_textHitTest( const Point& _rWindowPos )
+ bool HyperlinkInput::impl_textHitTest( const ::Point& _rWindowPos )
{
xub_StrLen nPos = GetCharPos( _rWindowPos );
return ( ( nPos != STRING_LEN ) && ( nPos < GetText().Len() ) );