summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-02-24 20:01:23 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2017-03-16 13:36:11 +0100
commit23bdf47e68c5b86e811e6f3dc27ed3e49788f674 (patch)
treef78b70152b2dcf7a8be188ed0f34afa68571d431 /connectivity
parentae174b009bcf0f84073b9ebbf01ad31b274b789e (diff)
KDE fix various clang plugin complains
Fixes clang plugin reported problems in the KDE and KDE4 backend. Change-Id: I0280beae9dd6f33ee59bdbe89cd38222f33fdc68
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/kab/KDriver.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/drivers/kab/KDriver.cxx b/connectivity/source/drivers/kab/KDriver.cxx
index 9de3b8752e46..af99f446221f 100644
--- a/connectivity/source/drivers/kab/KDriver.cxx
+++ b/connectivity/source/drivers/kab/KDriver.cxx
@@ -274,9 +274,7 @@ bool KabImplModule::impl_doAllowNewKDEVersion()
Reference< XMultiServiceFactory > xConfigProvider(
css::configuration::theDefaultProvider::get( m_xContext ) );
Sequence< Any > aCreationArgs(1);
- aCreationArgs[0] <<= PropertyValue(
- OUString( "nodepath" ),
- 0,
+ aCreationArgs[0] <<= PropertyValue( "nodepath", 0,
makeAny( KabDriver::impl_getConfigurationSettingsPath() ),
PropertyState_DIRECT_VALUE );
Reference< XPropertySet > xSettings( xConfigProvider->createInstanceWithArguments(