summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-20 15:23:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-20 16:35:30 +0100
commitb1314f22eb8de4359b5360194c04996351e9a6c2 (patch)
tree037f836621b38cc8a867a9f1fc8a966c8a58e189 /include
parent6936fa4a100576c56fddb68d3879df2693c52bda (diff)
cook up a scheme to allow windows to have per-module settings
Change-Id: I5fa62c3c2af2ccbbc7e8a61e5537488515b2808c
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/childwin.hxx1
-rw-r--r--include/unotools/moduleoptions.hxx2
2 files changed, 3 insertions, 0 deletions
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;