summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/tipofthedaydlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/tipofthedaydlg.hxx')
-rw-r--r--cui/source/inc/tipofthedaydlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/tipofthedaydlg.hxx b/cui/source/inc/tipofthedaydlg.hxx
index 69af1996e4..1f86d1bf23 100644
--- a/cui/source/inc/tipofthedaydlg.hxx
+++ b/cui/source/inc/tipofthedaydlg.hxx
@@ -27,7 +27,7 @@ class TipOfTheDayDialog : public weld::GenericDialogController
{
private:
CuiGraphicPreviewWindow m_aPreview;
- weld::Window* m_pParent;
+ css::uno::Reference<css::awt::XWindow> m_xParent;
std::unique_ptr<weld::Label> m_pText;
std::unique_ptr<weld::CheckButton> m_pShowTip;