summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 08:55:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 09:07:23 +0100
commit748e354af826f2439982b69ffa99dce68378d1f1 (patch)
treeae772175f7fbfde2eeed56a0e7264f2a33eb340a /include/svtools
parenttdf#128658 update image compress dialog default settings (diff)
downloadcore-748e354af826f2439982b69ffa99dce68378d1f1.tar.gz
core-748e354af826f2439982b69ffa99dce68378d1f1.zip
loplugin:unusedfields
Change-Id: Iaf188bfd43396eeec31e62ac3de3fbc76da4331a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86653 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/inettbc.hxx1
-rw-r--r--include/svtools/valueset.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 57de0ff86da2..b686735104aa 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -41,7 +41,6 @@ friend class SvtURLBox_Impl;
std::unique_ptr<SvtURLBox_Impl> pImpl;
INetProtocol eSmartProtocol;
bool bAutoCompleteMode : 1;
- bool bHistoryDisabled : 1;
SVT_DLLPRIVATE bool ProcessKey( const vcl::KeyCode& rCode );
SVT_DLLPRIVATE void TryAutoComplete();
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 6b5fd318be9c..5d520e2bb097 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -219,7 +219,6 @@ private:
sal_uInt16 mnSpacing;
DrawFrameStyle mnFrameStyle;
Color maColor;
- Link<ValueSet*,void> maDoubleClickHdl;
Link<ValueSet*,void> maSelectHdl;
Link<ValueSet*,void> maHighlightHdl;