summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-23 10:50:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-23 21:44:24 +0200
commitdb9f6c44cac246250e89ca4e9aa127dee912d7f5 (patch)
treec1b9c65bfe4e6f5ebf3b288b8a28ea6886f5c3b9 /include
parentc5ab53e3a143b7090e0bf024dff6dd9fb50c2a67 (diff)
set SfxTabPage parent dialog explicitly
Change-Id: If7813f9f5e35694312b055cc92868638bc3773d5 Reviewed-on: https://gerrit.libreoffice.org/53326 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 'include')
-rw-r--r--include/sfx2/tabdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index e288e07cd8f7..9b0aa249c668 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -266,6 +266,7 @@ protected:
return static_cast<const T*>(GetOldItem(rSet, sal_uInt16(nSlot), bDeep));
}
SfxTabDialog* GetTabDialog() const;
+ void SetTabDialog(SfxTabDialog* pDialog);
void AddItemConnection( sfx::ItemConnectionBase* pConnection );