summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swuiidxmrk.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-03 14:39:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-03 21:01:08 +0200
commit19dd424dbdfa2321438860963aa98630ac008a71 (patch)
treeab76d90113bcc21635a02268fcb3dbc5f9282279 /sw/source/uibase/inc/swuiidxmrk.hxx
parent96300e3292217a7c1f3ab2a302be7c7ace445e81 (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.hxx2
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();