vcl/win/gdi/winlayout.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4a0f329eda7e1878dd2b78cf4529f98c9e253762
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Dec 22 09:11:05 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Dec 22 12:48:27 2021 +0100

    -Werror,-Wunused-variable
    
    Change-Id: Ia43a7f973d08794a4fc8cd0b1060df8f33759b6d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127297
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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;
         }

Reply via email to