diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docsh.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index d38b9b72f947..e2c754f1ca32 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -127,7 +127,8 @@ class SW_DLLPUBLIC SwDocShell const bool bNew, const OString& sPageId, SwWrtShell* pActShell, - SfxRequest* pRequest = nullptr); + SfxRequest* pRequest = nullptr, + sal_uInt16 nSlot = 0); SAL_DLLPRIVATE void Delete(const OUString &rName, SfxStyleFamily nFamily); SAL_DLLPRIVATE void Hide(const OUString &rName, SfxStyleFamily nFamily, bool bHidden); |