Kaydet (Commit) 36ab0eb4 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.19.62); FILE MERGED

2006/08/10 11:37:38 thb 1.19.62.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)
üst 265fa417
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AccessibleStaticTextBase.cxx,v $ * $RCSfile: AccessibleStaticTextBase.cxx,v $
* *
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 04:02:56 $ * last change: $Author: obo $ $Date: 2006-10-12 12:00:47 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -688,7 +688,8 @@ namespace accessibility ...@@ -688,7 +688,8 @@ namespace accessibility
// #112814# Use correct index offset // #112814# Use correct index offset
if( (nIndex=mpImpl->GetParagraph(i).getIndexAtPoint( rPoint )) != -1 ) if( (nIndex=mpImpl->GetParagraph(i).getIndexAtPoint( rPoint )) != -1 )
return mpImpl->Internal2Index( EPosition(i, nIndex) ); return mpImpl->Internal2Index( EPosition(sal::static_int_cast<USHORT>(i),
sal::static_int_cast<USHORT>(nIndex)) );
} }
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment