summaryrefslogtreecommitdiff
path: root/include/vcl/abstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-07 13:36:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-07 20:24:04 +0200
commitd46456b07df11bf774c3a7dcbcd843bb97efbe38 (patch)
treedf5be0a3ea649a44aa2e28a4e7d6a2870343380e /include/vcl/abstdlg.hxx
parent76681af6d846f9b285b4034826722766e47415e2 (diff)
weld ScreenshotAnnotationDlg
Change-Id: I94e42c1d10922170f53af917bba6848c9f006a11 Reviewed-on: https://gerrit.libreoffice.org/80383 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/abstdlg.hxx')
-rw-r--r--include/vcl/abstdlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index 864799204ae8..d9a5058c7e42 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -172,8 +172,7 @@ public:
// creates instance of ScreenshotAnnotationDlg from cui
virtual VclPtr<AbstractScreenshotAnnotationDlg> CreateScreenshotAnnotationDlg(
- vcl::Window* pParent,
- Dialog& rParentDialog) = 0;
+ weld::Window* pParent, Dialog& rParentDialog) = 0;
// create info dialog to show tip-of-the-day
virtual VclPtr<AbstractTipOfTheDayDialog>