summaryrefslogtreecommitdiff
path: root/include/unotools/moduleoptions.hxx
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/unotools/moduleoptions.hxx
parent6936fa4a100576c56fddb68d3879df2693c52bda (diff)
cook up a scheme to allow windows to have per-module settings
Change-Id: I5fa62c3c2af2ccbbc7e8a61e5537488515b2808c
Diffstat (limited to 'include/unotools/moduleoptions.hxx')
-rw-r--r--include/unotools/moduleoptions.hxx2
1 files changed, 2 insertions, 0 deletions
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;