From b1314f22eb8de4359b5360194c04996351e9a6c2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 Sep 2013 15:23:25 +0100 Subject: cook up a scheme to allow windows to have per-module settings Change-Id: I5fa62c3c2af2ccbbc7e8a61e5537488515b2808c --- include/sfx2/childwin.hxx | 1 + include/unotools/moduleoptions.hxx | 2 ++ 2 files changed, 3 insertions(+) (limited to 'include') diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx index 236f4bd52582..3337e71654df 100644 --- a/include/sfx2/childwin.hxx +++ b/include/sfx2/childwin.hxx @@ -55,6 +55,7 @@ struct SfxChildWinInfo Size aSize; sal_uInt16 nFlags; OUString aExtraString; + OUString aModule; OString aWinState; SfxChildWinInfo() diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx index 75b83b1c0988..7bcb57373c03 100644 --- a/include/unotools/moduleoptions.hxx +++ b/include/unotools/moduleoptions.hxx @@ -172,6 +172,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: */ static EFactory ClassifyFactoryByModel(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel); + static OUString GetFactoryShortName(EFactory eFactory); + OUString GetDefaultModuleName(); sal_Bool IsMath () const; -- cgit