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

warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...

...signed/unsigned mismatch

Change-Id: I852ddf97dd1749e409baf74d9af72ec459f574ee
üst 6632987e
...@@ -220,7 +220,7 @@ void ThumbnailView::ImplInitSettings( bool bFont, bool bForeground, bool bBackgr ...@@ -220,7 +220,7 @@ void ThumbnailView::ImplInitSettings( bool bFont, bool bForeground, bool bBackgr
mpItemAttrs->aFillColor = maColor.getBColor(); mpItemAttrs->aFillColor = maColor.getBColor();
mpItemAttrs->aHighlightColor = rStyleSettings.GetHighlightColor().getBColor(); mpItemAttrs->aHighlightColor = rStyleSettings.GetHighlightColor().getBColor();
mpItemAttrs->aFontAttr = getFontAttributeFromVclFont(mpItemAttrs->aFontSize,GetFont(),false,true); mpItemAttrs->aFontAttr = getFontAttributeFromVclFont(mpItemAttrs->aFontSize,GetFont(),false,true);
mpItemAttrs->nMaxTextLength = -1; mpItemAttrs->nMaxTextLength = 0;
} }
void ThumbnailView::ImplInitScrollBar() void ThumbnailView::ImplInitScrollBar()
......
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