diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-22 15:29:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-23 08:13:53 +0200 |
commit | 1dbe54fd2e0c776c1f11c20bdb029fab14fc61ad (patch) | |
tree | 67a8bedde3368176b6a247275b960e05afed1e6a /svx | |
parent | 7ecfdc8b97543fd50ee037632454b3c51e33e4bf (diff) |
loplugin:unusedfields in /include
Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/mnuctrls/fntszctl.cxx | 3 | ||||
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanelBase.cxx | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index 984391e91c40..d6a0c1d7eb59 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -165,8 +165,7 @@ SvxFontSizeMenuControl::SvxFontSizeMenuControl SfxMenuControl( _nId, rBindings ), pMenu ( new FontSizeMenu ), - rParent ( rMenu ), - aFontNameForwarder( SID_ATTR_CHAR_FONT, *this ) + rParent ( rMenu ) { rMenu.SetPopupMenu( _nId, pMenu ); diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index 9890d6211c2f..6de2dcb09c9d 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -178,7 +178,6 @@ LinePropertyPanelBase::LinePropertyPanelBase( maLineWidthPopup(this, ::boost::bind(&LinePropertyPanelBase::CreateLineWidthPopupControl, this, _1)), maIMGNone(SVX_RES(IMG_NONE_ICON)), mpIMGWidthIcon(), - mxFrame(rxFrame), mbWidthValuable(true), mbArrowSupported(true) { |