summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-21 11:55:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-21 22:09:39 +0100
commitc986c8852cd1156aee870d21cfb4044d3b05a933 (patch)
tree042b67c86375ae95a624bb271254b8c9f6a35b4e /sw/source/uibase
parentb78edeca8631a5e3b888d6fb357fe9125a491c41 (diff)
weld writer char style dialog
Change-Id: Iaa61260e3d59dad782b32304aabe4e2d25069559 Reviewed-on: https://gerrit.libreoffice.org/63716 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/tmpdlg.hxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/sw/source/uibase/inc/tmpdlg.hxx b/sw/source/uibase/inc/tmpdlg.hxx
index 3e9d8c110412..0aa4f040d545 100644
--- a/sw/source/uibase/inc/tmpdlg.hxx
+++ b/sw/source/uibase/inc/tmpdlg.hxx
@@ -31,28 +31,15 @@ class SwTemplateDlg: public SfxStyleDialog
SfxStyleFamily const nType;
sal_uInt16 nHtmlMode;
SwWrtShell* pWrtShell;
- bool const bNewStyle;
- sal_uInt16 m_nIndentsId;
- sal_uInt16 m_nAlignId;
- sal_uInt16 m_nFontId;
- sal_uInt16 m_nFontEffectId;
- sal_uInt16 m_nPositionId;
- sal_uInt16 m_nAsianLayoutId;
- sal_uInt16 m_nOutlineId;
- sal_uInt16 m_nBackgroundId;
sal_uInt16 m_nAreaId;
sal_uInt16 m_nTransparenceId;
sal_uInt16 m_nBorderId;
- sal_uInt16 m_nConditionId;
sal_uInt16 m_nTypeId;
sal_uInt16 m_nOptionsId;
sal_uInt16 m_nWrapId;
sal_uInt16 m_nColumnId;
sal_uInt16 m_nMacroId;
- sal_uInt16 m_nHeaderId;
- sal_uInt16 m_nFooterId;
- sal_uInt16 m_nPageId;
public:
/// @param sPage
@@ -61,8 +48,7 @@ public:
SfxStyleSheetBase& rBase,
SfxStyleFamily nRegion,
const OString& sPage,
- SwWrtShell* pActShell,
- bool bNew );
+ SwWrtShell* pActShell );
virtual void RefreshInputSet() override;