summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 16:51:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 12:14:54 +0200
commitea955e2f2bfcf05c276b7f7598c7136c732a8542 (patch)
tree668e2fe28d7ded75975e856e12194e72eca91332 /cui/source/inc
parentef74b2ea5691ef9465b8f523030c039f6f0d8688 (diff)
loplugin:unusedfields in cui
Change-Id: If92e31342f587b5e0e9fc7efd85fdcb48f3043c7 Reviewed-on: https://gerrit.libreoffice.org/54457 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/bbdlg.hxx1
-rw-r--r--cui/source/inc/cfg.hxx1
-rw-r--r--cui/source/inc/cuigaldlg.hxx1
-rw-r--r--cui/source/inc/cuitabarea.hxx5
-rw-r--r--cui/source/inc/cuitabline.hxx3
-rw-r--r--cui/source/inc/dbregister.hxx3
-rw-r--r--cui/source/inc/insrc.hxx5
-rw-r--r--cui/source/inc/labdlg.hxx1
-rw-r--r--cui/source/inc/linkdlg.hxx1
9 files changed, 0 insertions, 21 deletions
diff --git a/cui/source/inc/bbdlg.hxx b/cui/source/inc/bbdlg.hxx
index 1a3a2afa3da6..7176890b1c4f 100644
--- a/cui/source/inc/bbdlg.hxx
+++ b/cui/source/inc/bbdlg.hxx
@@ -37,7 +37,6 @@ protected:
private:
bool mbEnableBackgroundSelector : 1; ///< for Border/Background
- bool mbEnableDrawingLayerFillStyles : 1; ///< for full DrawingLayer FillStyles
sal_uInt16 m_nBackgroundPageId;
sal_uInt16 m_nAreaPageId;
sal_uInt16 m_nTransparencePageId;
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index 686749a217dc..5438f48a625e 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -595,7 +595,6 @@ private:
VclPtr<FixedText> pFtNote;
VclPtr<PushButton> pBtnImport;
VclPtr<PushButton> pBtnDelete;
- Size aTbSize;
sal_uInt16 m_nNextId;
sal_Int32 m_nExpectedSize;
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index a2089ed6ee53..0d84f4abacff 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -197,7 +197,6 @@ class GalleryThemeProperties : public SfxTabDialog
ExchangeData* pData;
sal_uInt16 m_nGeneralPageId;
- sal_uInt16 m_nFilesPageId;
virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage) override;
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 2790b5323888..da368bf460e0 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -378,7 +378,6 @@ private:
ChangeType* m_pnGradientListState;
ChangeType* m_pnColorListState;
- XFillGradientItem m_aXGradientItem;
XFillAttrSetItem m_aXFillAttr;
SfxItemSet& m_rXFSet;
@@ -447,7 +446,6 @@ private:
ChangeType* m_pnHatchingListState;
ChangeType* m_pnColorListState;
- XFillHatchItem m_aXHatchItem;
XFillAttrSetItem m_aXFillAttr;
SfxItemSet& m_rXFSet;
@@ -526,7 +524,6 @@ private:
XBitmapListRef m_pBitmapList;
ChangeType* m_pnBitmapListState;
- XFillBitmapItem m_aXBitmapItem;
double m_fObjectWidth;
double m_fObjectHeight;
@@ -600,7 +597,6 @@ private:
ChangeType* m_pnPatternListState;
ChangeType* m_pnColorListState;
- XFillBitmapItem m_aXPatternItem;
XFillAttrSetItem m_aXFillAttr;
SfxItemSet& m_rXFSet;
@@ -696,7 +692,6 @@ private:
ChangeType* pnColorListState;
- XFillColorItem aXFillColorItem;
XFillAttrSetItem aXFillAttr;
SfxItemSet& rXFSet;
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 89c5ec790bb8..9f2ccc13ae4e 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -260,8 +260,6 @@ private:
const SfxItemSet& rOutAttrs;
XDash aDash;
- XLineDashItem aXDash;
- XLineColorItem aXColor;
XLineAttrSetItem aXLineAttr;
SfxItemSet& rXLSet;
@@ -339,7 +337,6 @@ private:
const SfxItemSet& rOutAttrs;
const SdrObject* pPolyObj;
- XLineColorItem aXColor;
XLineAttrSetItem aXLineAttr;
SfxItemSet& rXLSet;
diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx
index 8204dec674ae..b880f38e332d 100644
--- a/cui/source/inc/dbregister.hxx
+++ b/cui/source/inc/dbregister.hxx
@@ -38,9 +38,6 @@ namespace svx
class DbRegistrationOptionsPage : public SfxTabPage
{
private:
- OUString m_aTypeText;
- OUString m_aPathText;
-
VclPtr<SvSimpleTableContainer> m_pPathCtrl;
VclPtr<PushButton> m_pNew;
VclPtr<PushButton> m_pEdit;
diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx
index aed5617d8065..b712c080ca9a 100644
--- a/cui/source/inc/insrc.hxx
+++ b/cui/source/inc/insrc.hxx
@@ -31,11 +31,6 @@ private:
std::unique_ptr<weld::RadioButton> m_xBeforeBtn;
std::unique_ptr<weld::RadioButton> m_xAfterBtn;
- OUString aRow;
- OUString aCol;
-
- bool bColumn;
-
public:
SvxInsRowColDlg(weld::Window* pParent, bool bCol, const OString& rHelpId);
diff --git a/cui/source/inc/labdlg.hxx b/cui/source/inc/labdlg.hxx
index 631b662b7206..42fbc5faaa3e 100644
--- a/cui/source/inc/labdlg.hxx
+++ b/cui/source/inc/labdlg.hxx
@@ -54,7 +54,6 @@ private:
std::vector<OUString> m_aStrHorzList;
std::vector<OUString> m_aStrVertList;
- std::vector<OUString> m_aLineTypes;
SdrCaptionType nCaptionType;
sal_Int32 nGap;
diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx
index 3db4f16401eb..d9ca0bc67db4 100644
--- a/cui/source/inc/linkdlg.hxx
+++ b/cui/source/inc/linkdlg.hxx
@@ -61,7 +61,6 @@ class SvBaseLinksDlg : public ModalDialog
OUString aStrCloselinkmsgMulti;
OUString aStrWaitinglink;
sfx2::LinkManager* pLinkMgr;
- bool bHtmlMode;
Idle aUpdateIdle;
DECL_LINK( LinksSelectHdl, SvTreeListBox*, void );