diff options
author | rbuj <robert.buj@gmail.com> | 2014-09-08 02:40:54 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-09-08 03:31:32 -0500 |
commit | c88eae0866b943e7c664819fadbf4d2c4f0c55a8 (patch) | |
tree | c6dbc94a6c84954239aa56747171946fbc6a77b6 /xmloff | |
parent | 3bb05281cb980c01cde07b5412c2e4c440e4ab7d (diff) |
mediawiki: improve storeConfiguration & loadConfiguration methods
* Use enhanced for-loops (storeConfiguration & loadConfiguration)
* Use curly braces to reduce the variable scope and, to reuse variable names (storeConfiguration)
* Avoid map.get(key) in iterations over each map's entry (storeConfiguration):
for (Map.Entry<String, Object> entry : ht.entrySet())
Change-Id: I678d5a9f205efb2c89ab868b59e1b654419381d8
Reviewed-on: https://gerrit.libreoffice.org/11331
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff')
0 files changed, 0 insertions, 0 deletions