summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 11:13:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 13:02:31 +0200
commitf24b46c27243b88e4d367d7b105d1365e97dbd76 (patch)
treeff7d573afc446c189f852382312d477c67d26108 /include/vcl/button.hxx
parentc93eb59b65d5cecb185b4dae11593149009a60bf (diff)
loplugin:unusedfields in vcl
Change-Id: I207866df495ec81bb9288e6d0f664b96d90251d6 Reviewed-on: https://gerrit.libreoffice.org/40217 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index b469060661bf..3872a8c2c156 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -280,11 +280,6 @@ private:
bool mbRadioCheck;
bool mbStateChanged;
Link<RadioButton&,void> maToggleHdl;
- // when mbLegacyNoTextAlign is set then the old behaviour where
- // the WB_LEFT, WB_RIGHT & WB_CENTER affect the image placement
- // occurs, otherwise the image ( radiobutton circle ) is placed
- // to the left or right ( depending on RTL or LTR settings )
- bool mbLegacyNoTextAlign;
SAL_DLLPRIVATE void ImplInitRadioButtonData();
SAL_DLLPRIVATE WinBits ImplInitStyle( const vcl::Window* pPrevWindow, WinBits nStyle );
SAL_DLLPRIVATE void ImplInitSettings( bool bBackground );