diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-12-22 09:11:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-12-22 12:48:27 +0100 |
commit | 4a0f329eda7e1878dd2b78cf4529f98c9e253762 (patch) | |
tree | 60531c3f90d1be38b457d8f0136fe7aad6b876f3 /vcl | |
parent | 091e711b44874481e2701526191bdb2c4c1bd2df (diff) |
-Werror,-Wunused-variable
Change-Id: Ia43a7f973d08794a4fc8cd0b1060df8f33759b6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127297
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/gdi/winlayout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx index 83033e9f6be8..04178bf877d2 100644 --- a/vcl/win/gdi/winlayout.cxx +++ b/vcl/win/gdi/winlayout.cxx @@ -96,7 +96,6 @@ bool ExTextOutRenderer::operator()(GenericSalLayout const& rLayout, SalGraphics& if (pWinFont->IsCJKVerticalFont() && pGlyph->IsVertical()) { - tools::Rectangle aRect; nNewTextAlign = VTA_CENTER | TA_BOTTOM; nYOffset = nGlyphOffset; } |