summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/idxmrk.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-02 09:50:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-05 13:21:29 +0100
commite3c6c89588fc6b85663444d701f782e73bb572c1 (patch)
tree47ecffe8be56efa3e150841d7de791308ef8ee03 /sw/source/uibase/inc/idxmrk.hxx
parent13b4c191cb251e9218bb9c99140cff7c52fd04db (diff)
weld SwIndexMarkModalDlg cluster
Change-Id: Iff45d9deb5409cf0dbb35723da6bad886379531f Reviewed-on: https://gerrit.libreoffice.org/62775 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc/idxmrk.hxx')
-rw-r--r--sw/source/uibase/inc/idxmrk.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/uibase/inc/idxmrk.hxx b/sw/source/uibase/inc/idxmrk.hxx
index 0ccfb3f3f745..26268026c04e 100644
--- a/sw/source/uibase/inc/idxmrk.hxx
+++ b/sw/source/uibase/inc/idxmrk.hxx
@@ -27,12 +27,12 @@ class SwWrtShell;
class SwInsertIdxMarkWrapper final : public SfxChildWindow
{
- ScopedVclPtr<AbstractMarkFloatDlg> pAbstDlg;
+ ScopedVclPtr<AbstractMarkFloatDlg> xAbstDlg;
- SwInsertIdxMarkWrapper( vcl::Window *pParentWindow,
- sal_uInt16 nId,
- SfxBindings* pBindings,
- SfxChildWinInfo* pInfo );
+ SwInsertIdxMarkWrapper(vcl::Window *pParentWindow,
+ sal_uInt16 nId,
+ SfxBindings* pBindings,
+ SfxChildWinInfo* pInfo);
SFX_DECL_CHILDWINDOW_WITHID(SwInsertIdxMarkWrapper);
@@ -42,12 +42,12 @@ public:
class SwInsertAuthMarkWrapper final : public SfxChildWindow
{
- ScopedVclPtr<AbstractMarkFloatDlg> pAbstDlg;
+ ScopedVclPtr<AbstractMarkFloatDlg> xAbstDlg;
- SwInsertAuthMarkWrapper( vcl::Window *pParentWindow,
+ SwInsertAuthMarkWrapper(vcl::Window *pParentWindow,
sal_uInt16 nId,
SfxBindings* pBindings,
- SfxChildWinInfo* pInfo );
+ SfxChildWinInfo* pInfo);
SFX_DECL_CHILDWINDOW_WITHID(SwInsertAuthMarkWrapper);