From d57cd80479fac60a2486c74257a8840e36935e20 Mon Sep 17 00:00:00 2001 From: Michaël Lefèvre Date: Mon, 26 Jan 2015 14:46:36 +0100 Subject: tdf#60739 code factorisation Limit duplciation for SfxRequest SID_OPEN_XML_FILTERSETTINGS in sw shells Change-Id: I316e7df50df5c6d24feb953415ebf61ca822066d Reviewed-on: https://gerrit.libreoffice.org/14184 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/shell.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sfx2/shell.hxx') diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index b833ce17c335..6af0a02ede38 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -164,6 +164,7 @@ protected: SAL_DLLPRIVATE void Invalidate_Impl( SfxBindings& rBindings, sal_uInt16 nId ); SAL_DLLPRIVATE SfxShellObject* GetShellObj_Impl() const; SAL_DLLPRIVATE void SetShellObj_Impl( SfxShellObject* pObj ); + void HandleOpenXmlFilterSettings(SfxRequest &); public: TYPEINFO_OVERRIDE(); -- cgit