[Libreoffice-commits] core.git: include/vcl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Feb 1 15:33:47 UTC 2019


 include/vcl/errinf.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit b94eaae7a3e654b992ee7eea838245c57fea3017
Author:     himajin100000 <himajin100000 at gmail.com>
AuthorDate: Fri Feb 1 21:46:48 2019 +0900
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Feb 1 16:33:17 2019 +0100

    remove redundant typedef
    
    Change-Id: I00cb289de0e75cb663f0a4fba0a9a5dc820e368b
    Reviewed-on: https://gerrit.libreoffice.org/67246
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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<DialogMask> : is_typed_flags<DialogMask, 0xffff> {};
 }
 
-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;


More information about the Libreoffice-commits mailing list