diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 09:58:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:30 +0100 |
commit | ded657d0663c9f461b2f992e32b2ceb416505386 (patch) | |
tree | f730a8ed9bbf8d042d46438124d9a869d3a1b24d /vcl | |
parent | 557daa9c4b27a3c45c788c65d0c17ff2ffd088ff (diff) |
WaE: unused variable 'nRC'
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/winlayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx index 0a9e8249d7f0..5d0611b48b8a 100644 --- a/vcl/win/source/gdi/winlayout.cxx +++ b/vcl/win/source/gdi/winlayout.cxx @@ -2721,7 +2721,7 @@ void UniscribeLayout::Justify( long nNewWidth ) nItemWidth += mpCharWidths[ i ]; nItemWidth = (int)((fStretch - 1.0) * nItemWidth + 0.5); - HRESULT nRC = (*pScriptJustify) ( + (*pScriptJustify) ( mpVisualAttrs + rVisualItem.mnMinGlyphPos, mpGlyphAdvances + rVisualItem.mnMinGlyphPos, rVisualItem.mnEndGlyphPos - rVisualItem.mnMinGlyphPos, |