summaryrefslogtreecommitdiff
path: root/include/sfx2/shell.hxx
diff options
context:
space:
mode:
authorMichaël Lefèvre <lefevre00@yahoo.fr>2015-01-26 14:46:36 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:21:55 +0000
commitd57cd80479fac60a2486c74257a8840e36935e20 (patch)
treeba9706755777d84e95de18b35ac559c69edf94fc /include/sfx2/shell.hxx
parentfe480d8136b204c8dc6c68916cce7e816f8b9c48 (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r--include/sfx2/shell.hxx1
1 files changed, 1 insertions, 0 deletions
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();