From 65b5fc8f66eb2facaed5d35b61a2836b3390fb01 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Sep 2018 14:12:21 +0100 Subject: weld GraphicFilterPoster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1e8af81267fdadc725eee8ac28e4dcf038cc50d9 Reviewed-on: https://gerrit.libreoffice.org/60710 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/svxdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 0f8b386c01c9..d1f5c3303263 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -414,7 +414,7 @@ public: const Link& lnkContextSupplier)=0; virtual VclPtr CreateGraphicFilterEmboss(weld::Window* pParent, const Graphic& rGraphic)=0; - virtual VclPtr CreateGraphicFilterPoster(vcl::Window* pParent, + virtual VclPtr CreateGraphicFilterPoster(weld::Window* pParent, const Graphic& rGraphic)=0; virtual VclPtr CreateGraphicFilterSepia(weld::Window* pParent, const Graphic& rGraphic)=0; -- cgit