summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 11:18:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 11:19:23 +0200
commit2d866c25214f2f87ab5d350a252fc844fc1e10a2 (patch)
tree5b03933d19e9ffeb94383a1511d072b5f6a638e3 /include
parent195ea6ced2e3cb2ae32faec07e5737e1664739e6 (diff)
loplugin:unusedfields in svx
Change-Id: I2e34b3819c576072beaacb87cb99d73457667dc3 Reviewed-on: https://gerrit.libreoffice.org/54449 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ctredlin.hxx1
-rw-r--r--include/svx/fontlb.hxx2
-rw-r--r--include/svx/galmisc.hxx1
-rw-r--r--include/svx/imapdlg.hxx1
-rw-r--r--include/svx/svdotext.hxx1
-rw-r--r--include/svx/tbxcolorupdate.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 8c25a1a272ac..b778bd8015bc 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -357,7 +357,6 @@ private:
VclPtr<SvxTPFilter> pTPFilter;
VclPtr<SvxTPView> pTPView;
- sal_uInt16 m_nViewPageId;
sal_uInt16 m_nFilterPageId;
public:
diff --git a/include/svx/fontlb.hxx b/include/svx/fontlb.hxx
index f0d7d75a1e8b..d905cb861867 100644
--- a/include/svx/fontlb.hxx
+++ b/include/svx/fontlb.hxx
@@ -56,8 +56,6 @@ public:
class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontListBox : public SvTabListBox
{
private:
- vcl::Font maStdFont; /// Used for entries without specific font.
-
// The following members are used to store additional parameters for InitEntry().
vcl::Font maEntryFont; /// Current entry font used in InitEntry().
const Color* mpEntryColor; /// Current entry color used in InitEntry().
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index d48f144ec514..6228aa173a46 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -121,7 +121,6 @@ class GraphicFilter;
class SVX_DLLPUBLIC GalleryProgress
{
css::uno::Reference< css::awt::XProgressBar > mxProgressBar;
- GraphicFilter* mpFilter;
public:
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index 836d357b1eee..aa2c85496de8 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -111,7 +111,6 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
sal_uInt16 mnPropertyId;
sal_uInt16 mnCloseId;
- Size aLastSize;
VclPtr<IMapWindow> pIMapWnd;
IMapOwnData* pOwnData;
void* pCheckObj;
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index daa749d2bf08..912780c12320 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -228,7 +228,6 @@ protected:
// bTextFrame=sal_True.
bool bTextFrame : 1;
bool bNoShear : 1; // disable shearing (->graphic+Ole+TextFrame)
- bool bNoMirror : 1; // disable mirroring (->Ole,TextFrame)
bool bTextSizeDirty : 1;
bool mbInEditMode : 1; // Is this text object in edit mode?
diff --git a/include/svx/tbxcolorupdate.hxx b/include/svx/tbxcolorupdate.hxx
index 8d0d3abbed96..2de39549063f 100644
--- a/include/svx/tbxcolorupdate.hxx
+++ b/include/svx/tbxcolorupdate.hxx
@@ -55,7 +55,6 @@ namespace svx
bool mbWideButton;
sal_uInt16 mnBtnId;
- sal_uInt16 mnSlotId;
VclPtr<ToolBox> mpTbx;
Color maCurColor;
tools::Rectangle maUpdRect;