From b94eaae7a3e654b992ee7eea838245c57fea3017 Mon Sep 17 00:00:00 2001 From: himajin100000 Date: Fri, 1 Feb 2019 21:46:48 +0900 Subject: remove redundant typedef Change-Id: I00cb289de0e75cb663f0a4fba0a9a5dc820e368b Reviewed-on: https://gerrit.libreoffice.org/67246 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/errinf.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/vcl') diff --git a/include/vcl/errinf.hxx b/include/vcl/errinf.hxx index e3d24ab0cc28..7d4f07207f46 100644 --- a/include/vcl/errinf.hxx +++ b/include/vcl/errinf.hxx @@ -97,12 +97,6 @@ namespace o3tl template<> struct typed_flags : is_typed_flags {}; } -typedef DialogMask WindowDisplayErrorFunc( - weld::Window*, DialogMask nMask, const OUString &rErr, const OUString &rAction); - -typedef void BasicDisplayErrorFunc( - const OUString &rErr, const OUString &rAction); - class SAL_WARN_UNUSED VCL_DLLPUBLIC ErrorHandler { friend class ErrorStringFactory; -- cgit