summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-01 12:14:22 +0200
committerNoel Grandin <noel@peralex.com>2015-04-02 09:38:29 +0200
commitaa1b911b64641bbf29991af7c6f7798739aba667 (patch)
tree49f367d26ca57cc7a84dcdcca90613d6b46fed1f /fpicker
parentf70d8277941ada544736abdb72548fb16e0d992d (diff)
loplugin:staticmethods
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index e2c61b3a132c..7ad01ab5b330 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -431,8 +431,8 @@ SvtFileDialog::~SvtFileDialog()
}
std::shared_ptr<comphelper::ConfigurationChanges> batch(comphelper::ConfigurationChanges::create(m_context));
- officecfg::Office::Common::Misc::FilePickerPlacesUrls::set(placesUrlsList, batch, m_context);
- officecfg::Office::Common::Misc::FilePickerPlacesNames::set(placesNamesList, batch, m_context);
+ officecfg::Office::Common::Misc::FilePickerPlacesUrls::set(placesUrlsList, batch);
+ officecfg::Office::Common::Misc::FilePickerPlacesNames::set(placesNamesList, batch);
batch->commit();
}