summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 13:49:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-18 09:49:14 +0100
commit0fc7daed227ea6fd4fb3de04c92ae6cb765122c3 (patch)
tree2de30ad2686820ddc336cf5b883720ef58723b83 /include
parent227100ff4e5560c09c5a822052fc5ada541b8cc5 (diff)
loplugin:singlevalfields
Change-Id: I0bb32ad7351f0e4cfbdc872ed0e81b8157ecc4cb Reviewed-on: https://gerrit.libreoffice.org/83056 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/inettbc.hxx1
-rw-r--r--include/svx/colorbox.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 3791632555ec..b6851e845f14 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -43,7 +43,6 @@ friend class SvtURLBox_Impl;
INetProtocol eSmartProtocol;
bool bAutoCompleteMode : 1;
bool bHistoryDisabled : 1;
- bool bIsAutoCompleteEnabled : 1;
SVT_DLLPRIVATE bool ProcessKey( const vcl::KeyCode& rCode );
SVT_DLLPRIVATE void TryAutoComplete();
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index 16d5fa1be3d2..d9bde63bdaa5 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -38,7 +38,6 @@ private:
Color m_aAutoDisplayColor;
NamedColor m_aSelectedColor;
sal_uInt16 m_nSlotId;
- bool m_bShowNoneButton;
std::shared_ptr<PaletteManager> m_xPaletteManager;
ColorStatus m_aColorStatus;