[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Wed Mar 29 12:59:23 UTC 2017


 include/svx/xbitmap.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 19ae5ff9beb2af7da4c781f6e318128e4521efe2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 29 14:58:57 2017 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: Ib111244cdf12b045b6e8f6bed2c34db34571ef50

diff --git a/include/svx/xbitmap.hxx b/include/svx/xbitmap.hxx
index 4dcc51c702cc..21087eaa3f6f 100644
--- a/include/svx/xbitmap.hxx
+++ b/include/svx/xbitmap.hxx
@@ -32,7 +32,6 @@ private:
     XBitmapType     eType;
     std::unique_ptr<GraphicObject> xGraphicObject;
     std::unique_ptr<sal_uInt16[]>  pPixelArray;
-    Size            aArraySize;
     Color           aPixelColor;
     Color           aBckgrColor;
     bool            bGraphicDirty;


More information about the Libreoffice-commits mailing list