include/oox/helper/graphichelper.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f95afd856d087b5475d67d104a4aa7d85cf32413
Author: Noel Grandin <noel.gran...@collabora.co.uk>
Date:   Wed Mar 14 09:57:44 2018 +0200

    loplugin:unusedfields
    
    Change-Id: I321a731585879374cc13a992dd3afaa23b8712e0
    Reviewed-on: https://gerrit.libreoffice.org/51269
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/oox/helper/graphichelper.hxx 
b/include/oox/helper/graphichelper.hxx
index 399999471442..0f277ca98fd0 100644
--- a/include/oox/helper/graphichelper.hxx
+++ b/include/oox/helper/graphichelper.hxx
@@ -130,7 +130,6 @@ public:
 
 
 private:
-    typedef ::std::deque< css::uno::Reference< css::graphic::XGraphicObject > 
> GraphicObjectDeque;
     typedef ::std::map< OUString, css::uno::Reference< css::graphic::XGraphic 
> > EmbeddedGraphicMap;
 
     css::uno::Reference< css::uno::XComponentContext > mxContext;
@@ -139,7 +138,6 @@ private:
     css::awt::DeviceInfo maDeviceInfo; ///< Current output device info.
     ::std::map< sal_Int32, ::Color >  maSystemPalette;  ///< Maps system 
colors (XML tokens) to RGB color values.
     StorageRef          mxStorage;                  ///< Storage containing 
embedded graphics.
-    mutable GraphicObjectDeque maGraphicObjects;    ///< Caches all created 
graphic objects to keep them alive.
     mutable EmbeddedGraphicMap maEmbeddedGraphics;  ///< Maps all embedded 
graphics by their storage path.
     double              mfPixelPerHmmX;             ///< Number of screen 
pixels per 1/100 mm in X direction.
     double              mfPixelPerHmmY;             ///< Number of screen 
pixels per 1/100 mm in Y direction.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to