summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-21 17:14:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-21 20:27:25 +0000
commit4bd8c84c4af617ddfeaa48e9c773ccc73bebade2 (patch)
tree79735236d30a7b98a8be02f3c0a00c9133ca1d67 /sw
parente834354ff3dbf38b1d3834f6980fffaed7b4074c (diff)
reformat this a tad
Change-Id: I278abd2f3410cb0212b48a605001fe7145c82cfa
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx37
1 files changed, 18 insertions, 19 deletions
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 2d96ad884bdc..57653935791f 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -146,25 +146,24 @@ void SwModelessRedlineAcceptDlg::dispose()
}
SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer *pBuilder,
- vcl::Window *pContentArea, bool bAutoFormat) :
- m_pParentDlg (pParent),
- m_aTabPagesCTRL (VclPtr<SvxAcceptChgCtr>::Create(pContentArea, pBuilder)),
- m_xPopup(pBuilder->get_menu("writermenu")),
- m_sInserted (SW_RES(STR_REDLINE_INSERTED)),
- m_sDeleted (SW_RES(STR_REDLINE_DELETED)),
- m_sFormated (SW_RES(STR_REDLINE_FORMATED)),
- m_sTableChgd (SW_RES(STR_REDLINE_TABLECHG)),
- m_sFormatCollSet (SW_RES(STR_REDLINE_FMTCOLLSET)),
- m_sAutoFormat (SW_RES(STR_REDLINE_AUTOFMT)),
- m_bOnlyFormatedRedlines( false ),
- m_bRedlnAutoFormat (bAutoFormat),
- m_bInhibitActivate( false ),
- m_aInserted (BitmapEx(SW_RES(BMP_REDLINE_INSERTED))),
- m_aDeleted (BitmapEx(SW_RES(BMP_REDLINE_DELETED))),
- m_aFormated (BitmapEx(SW_RES(BMP_REDLINE_FORMATED))),
- m_aTableChgd (BitmapEx(SW_RES(BMP_REDLINE_TABLECHG))),
- m_aFormatCollSet (BitmapEx(SW_RES(BMP_REDLINE_FMTCOLLSET)))
-
+ vcl::Window *pContentArea, bool bAutoFormat)
+ : m_pParentDlg(pParent)
+ , m_aTabPagesCTRL(VclPtr<SvxAcceptChgCtr>::Create(pContentArea, pBuilder))
+ , m_xPopup(pBuilder->get_menu("writermenu"))
+ , m_sInserted(SW_RES(STR_REDLINE_INSERTED))
+ , m_sDeleted(SW_RES(STR_REDLINE_DELETED))
+ , m_sFormated(SW_RES(STR_REDLINE_FORMATED))
+ , m_sTableChgd(SW_RES(STR_REDLINE_TABLECHG))
+ , m_sFormatCollSet(SW_RES(STR_REDLINE_FMTCOLLSET))
+ , m_sAutoFormat(SW_RES(STR_REDLINE_AUTOFMT))
+ , m_bOnlyFormatedRedlines(false)
+ , m_bRedlnAutoFormat(bAutoFormat)
+ , m_bInhibitActivate(false)
+ , m_aInserted(BitmapEx(SW_RES(BMP_REDLINE_INSERTED)))
+ , m_aDeleted(BitmapEx(SW_RES(BMP_REDLINE_DELETED)))
+ , m_aFormated(BitmapEx(SW_RES(BMP_REDLINE_FORMATED)))
+ , m_aTableChgd(BitmapEx(SW_RES(BMP_REDLINE_TABLECHG)))
+ , m_aFormatCollSet(BitmapEx(SW_RES(BMP_REDLINE_FMTCOLLSET)))
{
m_aTabPagesCTRL->SetHelpId(HID_REDLINE_CTRL);
m_pTPView = m_aTabPagesCTRL->GetViewPage();