diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-27 14:20:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-30 06:34:42 +0000 |
commit | 77d5491e15c96b5864fccd3ffc3d6a7b90e93367 (patch) | |
tree | 25619ff045fef52741ebd0ac9a792255e35806fe /include/sfx2/templatedlg.hxx | |
parent | 3e9e667af2d8d307844b29d608b377a04b6bb139 (diff) |
loplugin:unusedmethods
Change-Id: I08e9bb65b2530148b80c67f01d51e594fc698acb
Reviewed-on: https://gerrit.libreoffice.org/25543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r-- | include/sfx2/templatedlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index 85d932dd4e2e..ce95841dd6d9 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -132,8 +132,6 @@ private: bool insertRepository (const OUString &rName, const OUString &rURL); - bool deleteRepository (const sal_uInt16 nRepositoryId); - void syncRepositories () const; /// Return filter according to the currently selected application filter. |