diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-30 11:08:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-30 19:50:30 +0200 |
commit | 979d58c9a96884e36d1585df0c04c89b1f53fa99 (patch) | |
tree | bce40aad53ac5123a2864da59b8d889b8a51e577 /vcl/inc | |
parent | 3c1fc723ff622d8a541fa26a3397ca4258332e4a (diff) |
loplugin:unusedfields in toolkit..xmloff
Change-Id: I4964ff97e0a1735dc08c6ad204cae0b08e9ffc2c
Reviewed-on: https://gerrit.libreoffice.org/39406
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/fontmanager.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/salbmp.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index b4af653960f0..1c3114e43bbc 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -130,8 +130,6 @@ class VCL_PLUGIN_PUBLIC PrintFontManager FontWeight m_eWeight; FontPitch m_ePitch; rtl_TextEncoding m_aEncoding; - CharacterMetric m_aGlobalMetricX; - CharacterMetric m_aGlobalMetricY; int m_nAscend; int m_nDescend; int m_nLeading; diff --git a/vcl/inc/unx/salbmp.h b/vcl/inc/unx/salbmp.h index 1a4c9d015568..5165fa6bb0ab 100644 --- a/vcl/inc/unx/salbmp.h +++ b/vcl/inc/unx/salbmp.h @@ -221,7 +221,6 @@ private: typedef ::std::list< ImplBmpObj* > BmpList_impl; BmpList_impl maBmpList; - sal_uIntPtr mnTotalSize; public: |