summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 19:03:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 19:27:55 +0100
commit38d9e38981a8ade60bb627b00197ecd28fb9158e (patch)
tree85573acca3fe6eaf6ce9b3173a0dc3cdf30845f3 /include/svtools
parentsal_Char->char in scaddins..sdext (diff)
downloadcore-38d9e38981a8ade60bb627b00197ecd28fb9158e.tar.gz
core-38d9e38981a8ade60bb627b00197ecd28fb9158e.zip
loplugin:unusedfields
Change-Id: Ib2314f23efe953398ed0a5e88305842c812e18bb Reviewed-on: https://gerrit.libreoffice.org/85708 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/inettbc.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 71638b8d315c..7f810adabdcc 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -37,7 +37,6 @@ class SVT_DLLPUBLIC SvtURLBox : public ComboBox
friend class SvtMatchContext_Impl;
friend class SvtURLBox_Impl;
Link<SvtURLBox*,void> aOpenHdl;
- OUString aPlaceHolder;
rtl::Reference< SvtMatchContext_Impl > pCtx;
std::unique_ptr<SvtURLBox_Impl> pImpl;
INetProtocol eSmartProtocol;
@@ -70,9 +69,6 @@ public:
void UpdatePickList( );
static OUString ParseSmart( const OUString& aText, const OUString& aBaseURL );
-
- bool MatchesPlaceHolder( const OUString& sToMatch ) const
- { return ( !aPlaceHolder.isEmpty() ) && ( aPlaceHolder == sToMatch ); }
};
class SVT_DLLPUBLIC URLBox