summaryrefslogtreecommitdiffstats
path: root/forms/source/solar
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 15:12:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-01 08:54:41 +0200
commit1875b3d9f2a3873b592d5d207a46a6771649ca95 (patch)
treee05c86f77db9a70c4c9be5a710a32a1d6c5125ae /forms/source/solar
parentclang-tidy:readability-redundant-member-init (diff)
downloadcore-1875b3d9f2a3873b592d5d207a46a6771649ca95.tar.gz
core-1875b3d9f2a3873b592d5d207a46a6771649ca95.zip
clang-tidy:readability-redundant-member-init
Change-Id: I67edbea77b12940ac807ccbadfd74b250902809d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121378 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/solar')
-rw-r--r--forms/source/solar/component/navbarcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx
index 14e9c27ce74f..92d7ac4635cc 100644
--- a/forms/source/solar/component/navbarcontrol.cxx
+++ b/forms/source/solar/component/navbarcontrol.cxx
@@ -56,7 +56,7 @@ namespace frm
}
ONavigationBarControl::ONavigationBarControl( const Reference< XComponentContext >& _rxORB)
- :UnoControl(), m_xContext(_rxORB)
+ : m_xContext(_rxORB)
{
}