diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:34:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:34:13 +0000 |
commit | 0767b1a59c8c9b44d2ac5460476a5264371edef4 (patch) | |
tree | d2c68e2a79a0b35866f81db54a9c30e6d2df9419 /sc/source/ui | |
parent | 1f628a0fc6a9eb23157e7f521d1cba65b6ecd4ec (diff) |
INTEGRATION: CWS warnings01 (1.18.50); FILE MERGED
2006/05/12 16:38:17 sb 1.18.50.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/navipi/content.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index 240274e7ffa9..556de967bf3e 100644 --- a/sc/source/ui/navipi/content.cxx +++ b/sc/source/ui/navipi/content.cxx @@ -4,9 +4,9 @@ * * $RCSfile: content.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-03-27 10:08:06 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:34:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -588,7 +588,7 @@ void __EXPORT ScContentTree::RequestHelp( const HelpEvent& rHEvt ) SvLBoxString* pItem = (SvLBoxString*)(GetItem( pEntry, aPos.X(), &pTab )); if( pItem ) { - aPos = GetEntryPos( pEntry ); + aPos = GetEntryPosition( pEntry ); aPos.X() = GetTabPos( pEntry, pTab ); aPos = OutputToScreenPixel(aPos); Size aSize( pItem->GetSize( this, pEntry ) ); |