Kaydet (Commit) 28447075 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4245: 'return' : conversion from 'int' to 'sal_uInt16'...

...signed/unsigned mismatch

Change-Id: I24b853330321a6849dc662d1702efc26642dd0b2
üst 578d3fc5
...@@ -321,7 +321,7 @@ sal_uInt16 StatusBar::ImplGetFirstVisiblePos() const ...@@ -321,7 +321,7 @@ sal_uInt16 StatusBar::ImplGetFirstVisiblePos() const
} }
} }
return ~0; return SAL_MAX_UINT16;
} }
void StatusBar::ImplDrawText( bool bOffScreen, long nOldTextWidth ) void StatusBar::ImplDrawText( bool bOffScreen, long nOldTextWidth )
......
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