vcl/unx/generic/print/genpspgraphics.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 7b5a516c44fb7d2645bb1213bb8f1df393c90cba
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Fri Dec 2 10:11:03 2016 +0100

    vcl: fix -Werror,-Wunused-variable
    
    Change-Id: Ia61e34138821b2b5d25f7b60290bbff2b06dc0fb

diff --git a/vcl/unx/generic/print/genpspgraphics.cxx 
b/vcl/unx/generic/print/genpspgraphics.cxx
index dabd564..3788768 100644
--- a/vcl/unx/generic/print/genpspgraphics.cxx
+++ b/vcl/unx/generic/print/genpspgraphics.cxx
@@ -599,8 +599,6 @@ void GenPspGraphics::DrawTextLayout(const CommonSalLayout& 
rLayout)
 
     Point aPos;
     long nUnitsPerPixel = rLayout.GetUnitsPerPixel();
-    int nMinCharPos = 0;
-    int nMaxCharPos = 0;
     for( int nStart = 0;; )
     {
         int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, 
nStart, aWidthAry, nullptr );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to