include/vcl/errinf.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 98b21691f4991899eb33249183a5ce2be83a8a26 Author: Stephan Bergmann <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
