diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-01 12:14:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-02 09:38:29 +0200 |
commit | aa1b911b64641bbf29991af7c6f7798739aba667 (patch) | |
tree | 49f367d26ca57cc7a84dcdcca90613d6b46fed1f /sfx2/source/doc | |
parent | f70d8277941ada544736abdb72548fb16e0d992d (diff) |
loplugin:staticmethods
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 6b32d1ae58d2..d20dfc4c9e53 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -1672,8 +1672,8 @@ void SfxTemplateManagerDlg::syncRepositories() const aNames[i] = maRepositories[i]->maTitle; } - officecfg::Office::Common::Misc::TemplateRepositoryUrls::set(aUrls, batch, pContext); - officecfg::Office::Common::Misc::TemplateRepositoryNames::set(aNames, batch, pContext); + officecfg::Office::Common::Misc::TemplateRepositoryUrls::set(aUrls, batch); + officecfg::Office::Common::Misc::TemplateRepositoryNames::set(aNames, batch); batch->commit(); } } |