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

Stephan Bergmann sbergman at redhat.com
Tue May 2 13:37:18 UTC 2017


 include/vcl/errinf.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 98b21691f4991899eb33249183a5ce2be83a8a26
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 2 15:36:38 2017 +0200

    ODR violation
    
    Change-Id: Ic442d59c3066b7de8280d5719dd4da806b7a8092

diff --git a/include/vcl/errinf.hxx b/include/vcl/errinf.hxx
index b4bd6db323b9..c55011dd0b5d 100644
--- a/include/vcl/errinf.hxx
+++ b/include/vcl/errinf.hxx
@@ -42,9 +42,7 @@ class DynamicErrorInfo;
 class ImplDynamicErrorInfo;
 enum class DialogMask;
 
-namespace {
-  typedef void (* DisplayFnPtr)();
-}
+typedef void (* DisplayFnPtr)();
 
 typedef DialogMask WindowDisplayErrorFunc(
     vcl::Window*, DialogMask eMask, const OUString &rErr, const OUString &rAction);


More information about the Libreoffice-commits mailing list