diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-30 09:33:34 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-30 09:26:28 +0000 |
commit | b460792abc90a06489f45501759936046daf3607 (patch) | |
tree | e29806abc83ce0b643106c6919b6ca27af86da85 /extensions | |
parent | 227678102b8b1c861b88efd58979f2be78d5d906 (diff) |
loplugin:unusedmethods
Change-Id: Ib4277268903e4411f6dabc856270702f40027bdb
Reviewed-on: https://gerrit.libreoffice.org/19680
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatehdl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/update/check/updatehdl.hxx b/extensions/source/update/check/updatehdl.hxx index 3d4a1f17e513..10a30cf17a0a 100644 --- a/extensions/source/update/check/updatehdl.hxx +++ b/extensions/source/update/check/updatehdl.hxx @@ -146,9 +146,6 @@ private: static OUString loadString( const css::uno::Reference< css::resource::XResourceBundle >& xBundle, sal_Int32 nResourceId ); OUString substVariables( const OUString &rSource ) const; - static void setProperty( css::uno::Sequence< css::beans::NamedValue > &rProps, - const int nIndex, const OUString &rPropName, const css::uno::Any &rPropValue ) - { rProps[ nIndex ].Name = rPropName; rProps[ nIndex ].Value = rPropValue; } static void insertControlModel( css::uno::Reference< css::awt::XControlModel > const & rxDialogModel, OUString const & rServiceName, OUString const & rControlName, |