diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 15:50:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-20 10:57:07 +0200 |
commit | 600ed089e242a80f5fbf3131b63995eed9d33f3f (patch) | |
tree | fbeb02d49350956678688cb793dca7137f1434a9 /include/sfx2/docfac.hxx | |
parent | dcbbe7741a08f6076f9e020f90cbb730c1edafb9 (diff) |
loplugin:unusedmethods sfx2
Change-Id: I40be06a4859a38ef64b6267515917f625a5f176d
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r-- | include/sfx2/docfac.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx index 02eb3451b5f2..ea8d0e8b5060 100644 --- a/include/sfx2/docfac.hxx +++ b/include/sfx2/docfac.hxx @@ -79,7 +79,6 @@ public: SfxModule* GetModule() const; SAL_DLLPRIVATE void SetModule_Impl( SfxModule* ); - SAL_DLLPRIVATE static void UpdateFilterContainers_Impl(); SAL_DLLPRIVATE sal_uInt16 GetViewNo_Impl( const sal_uInt16 i_nViewId, const sal_uInt16 i_nFallback ) const; private: |