diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-30 12:20:47 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-30 13:01:09 -0400 |
commit | 4f811c04744557c2254ab7311b148e9b08f7c573 (patch) | |
tree | a052bae9d60b9b7cc4072b424a938203667ff54e /desktop/source | |
parent | 43e873b2576c2013a792f1fa213228470a6c619e (diff) |
fix loplugin warnings
Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 5108ecc18cd7..919d81f81682 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -91,7 +91,6 @@ initialize_uno( const rtl::OUString &aAppURL ) { rtl::Bootstrap::setIniFilename( aAppURL + "/fundamentalrc" ); - OUString aValue; rtl::Bootstrap::set( "CONFIGURATION_LAYERS", "xcsxcu:${BRAND_BASE_DIR}/share/registry " "res:${BRAND_BASE_DIR}/share/registry " |