summaryrefslogtreecommitdiff
path: root/cui/source/inc/hldoctp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 14:02:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 07:36:19 +0100
commitd0a4b17d58285ad616cf951d7e3b5fe89802c01d (patch)
tree579e636a3d32ca6a7601be8138db41cdf85dfcd8 /cui/source/inc/hldoctp.hxx
parente2655495d544d51db68bb6ce94b3264290533bad (diff)
loplugin:finalclasses in cui
Change-Id: I59c148dbc2bfc1dff554efe7e7c974dc557b2aeb Reviewed-on: https://gerrit.libreoffice.org/44362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/hldoctp.hxx')
-rw-r--r--cui/source/inc/hldoctp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/hldoctp.hxx b/cui/source/inc/hldoctp.hxx
index 51e4f9cc7002..b8a8b8dfb30d 100644
--- a/cui/source/inc/hldoctp.hxx
+++ b/cui/source/inc/hldoctp.hxx
@@ -27,7 +27,7 @@
|*
\************************************************************************/
-class SvxHyperlinkDocTp : public SvxHyperlinkTabPageBase
+class SvxHyperlinkDocTp final : public SvxHyperlinkTabPageBase
{
private:
VclPtr<SvxHyperURLBox> m_pCbbPath;
@@ -56,7 +56,6 @@ private:
Type_ExistsDir, Type_Dir };
static EPathType GetPathType ( const OUString& rStrPath );
-protected:
void FillDlgFields(const OUString& rStrURL) override;
void GetCurentItemData ( OUString& rStrURL, OUString& aStrName,
OUString& aStrIntName, OUString& aStrFrame,