summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/drpcps.hxx4
-rw-r--r--sw/source/uibase/inc/swuiccoll.hxx1
-rw-r--r--sw/source/uibase/inc/titlepage.hxx2
3 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/drpcps.hxx b/sw/source/uibase/inc/drpcps.hxx
index 8d5a5fb6dd6e..afc7c6482253 100644
--- a/sw/source/uibase/inc/drpcps.hxx
+++ b/sw/source/uibase/inc/drpcps.hxx
@@ -74,7 +74,7 @@ class SwDropCapsPict final : public weld::CustomWidgetController
Size CalcTextSize();
inline void InitPrinter();
void InitPrinter_();
- static void GetFontSettings( const SwDropCapsPage& _rPage, vcl::Font& _rFont, sal_uInt16 _nWhich );
+ static void GetFontSettings( vcl::Font& _rFont, sal_uInt16 _nWhich );
void GetFirstScriptSegment(sal_Int32 &start, sal_Int32 &end, sal_uInt16 &scriptType);
bool GetNextScriptSegment(size_t &nIdx, sal_Int32 &start, sal_Int32 &end, sal_uInt16 &scriptType);
@@ -118,8 +118,6 @@ friend class SwDropCapsPict;
bool m_bFormat;
bool m_bHtmlMode;
- SwWrtShell &m_rSh;
-
std::unique_ptr<weld::CheckButton> m_xDropCapsBox;
std::unique_ptr<weld::CheckButton> m_xWholeWordCB;
std::unique_ptr<weld::Label> m_xSwitchText;
diff --git a/sw/source/uibase/inc/swuiccoll.hxx b/sw/source/uibase/inc/swuiccoll.hxx
index aff7f533ab11..74e6920b0275 100644
--- a/sw/source/uibase/inc/swuiccoll.hxx
+++ b/sw/source/uibase/inc/swuiccoll.hxx
@@ -31,7 +31,6 @@ class SwCondCollPage final : public SfxTabPage
{
std::vector<OUString> m_aStrArr;
- SwWrtShell &m_rSh;
const CommandStruct*m_pCmds;
SwFormat* m_pFormat;
diff --git a/sw/source/uibase/inc/titlepage.hxx b/sw/source/uibase/inc/titlepage.hxx
index 35a97c13041f..9e8c58984652 100644
--- a/sw/source/uibase/inc/titlepage.hxx
+++ b/sw/source/uibase/inc/titlepage.hxx
@@ -24,8 +24,6 @@ class SwPageDesc;
class SwTitlePageDlg final : public SfxDialogController
{
private:
- SwWrtShell& mrSh;
-
std::unique_ptr<const SwFormatPageDesc> mpPageFormatDesc;
SwPageDesc* mpTitleDesc;