diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-03 14:39:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-03 21:01:08 +0200 |
commit | 19dd424dbdfa2321438860963aa98630ac008a71 (patch) | |
tree | ab76d90113bcc21635a02268fcb3dbc5f9282279 /sw/source/uibase/inc/swuiidxmrk.hxx | |
parent | 96300e3292217a7c1f3ab2a302be7c7ace445e81 (diff) |
weld SwNewUserIdxDlg
Change-Id: I49502af0b045116fba32259d8ada80b1e53a79a8
Reviewed-on: https://gerrit.libreoffice.org/52332
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r-- | sw/source/uibase/inc/swuiidxmrk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index 0b4010d1a92e..12b04046ec32 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -144,7 +144,7 @@ public: bool bNewDlg, SwWrtShell& rWrtShell); - Dialog &GetDialog() { return m_rDialog; } + weld::Window* GetFrameWeld() { return m_rDialog.GetFrameWeld(); } ~SwIndexMarkPane(); |