[Libreoffice-commits] core.git: sal/osl
Stephan Bergmann
sbergman at redhat.com
Thu Mar 31 11:22:26 UTC 2016
sal/osl/w32/signal.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d463bbf6ac7f76054924c1f35a71ffa4bdd4c96
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Mar 31 13:21:32 2016 +0200
...one more detail to get things fixed
Change-Id: If5d3cb2242e08e559380a4e2c86c96dc6cdc0c71
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx
index d4a7967..cb4c668 100644
--- a/sal/osl/w32/signal.cxx
+++ b/sal/osl/w32/signal.cxx
@@ -172,6 +172,8 @@ void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */)
throw std::runtime_error( pSEHName);
}
+}
+
void onErrorReportingChanged(bool bEnable)
{
#if defined _MSC_VER
@@ -183,6 +185,4 @@ void onErrorReportingChanged(bool bEnable)
#endif
}
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list