diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 08:33:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 11:33:01 +0200 |
commit | 7e48bcea73a8eceacd708cb7fdeb66264eb602d6 (patch) | |
tree | 542361b76825d90a534591af16deaa42e72e18ee /svx/source/form/databaselocationinput.cxx | |
parent | f35b9909070919013a753c382bff52614403c7a2 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I47cc5416e853260d92b8b2c57b1c223d1f21df0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121544
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/form/databaselocationinput.cxx')
-rw-r--r-- | svx/source/form/databaselocationinput.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index 3e28e2154d40..392dddab607d 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -84,8 +84,6 @@ namespace svx :m_xContext( _rContext ) ,m_rLocationInput( _rLocationInput ) ,m_rDialog( _rDialog ) - ,m_aFilterExtensions() - ,m_sFilterUIName() ,m_bNeedExistenceCheck( true ) { impl_initFilterProperties_nothrow(); |