summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-18 14:12:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-19 16:51:32 +0200
commit65b5fc8f66eb2facaed5d35b61a2836b3390fb01 (patch)
treea4e2c4adbc59cfd7b75893537eec97edeb42cdea /include/svx
parentd85d206077bd400162157dadd1a36184e4851dbf (diff)
weld GraphicFilterPoster
Change-Id: I1e8af81267fdadc725eee8ac28e4dcf038cc50d9 Reviewed-on: https://gerrit.libreoffice.org/60710 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
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<FmSearchContext&,sal_uInt32>& lnkContextSupplier)=0;
virtual VclPtr<AbstractGraphicFilterDialog> CreateGraphicFilterEmboss(weld::Window* pParent,
const Graphic& rGraphic)=0;
- virtual VclPtr<AbstractGraphicFilterDialog> CreateGraphicFilterPoster(vcl::Window* pParent,
+ virtual VclPtr<AbstractGraphicFilterDialog> CreateGraphicFilterPoster(weld::Window* pParent,
const Graphic& rGraphic)=0;
virtual VclPtr<AbstractGraphicFilterDialog> CreateGraphicFilterSepia(weld::Window* pParent,
const Graphic& rGraphic)=0;
source/dialog/alienwarn.cxx?h=cp-6.4-33&id=9a26a423540530a5f31c57e03363b2d2b7184b5e'>sfx2: include <> for external includesNorbert Thiebaud 2013-08-29convert sfx2/source/inc/alienwarn.hxx from String to OUStringNoel Grandin